# Error Response from Daemon: Cannot Start Container... write /sys/fs/cgroup/cpuset/system.slice/cpuset.cpus: invalid argument

Source: https://forum.modalai.com/topic/1713/error-response-from-daemon-cannot-start-container-write-sys-fs-cgroup-cpuset-system-slice-cpuset-cpus-invalid-argument
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Posted: 2023-01-16 19:07:25 UTC by SMRC
Replies: 1 · Views: 767

## SMRC · 2023-01-16 19:07:25 UTC

Hello,

I am having an issue where I consistently cannot run any docker image on the drone (m500) due to a docker error:

$ docker run -i hello-world
Error response from daemon: Cannot start container 3b55c8ca8aac3d04d5015591df127777f40a568306dacc5a1fb40d7293f6ea4b: [8] System error: write /sys/fs/cgroup/cpuset/system.slice/cpuset.cpus: invalid argument

this also happens with different flags and different images, as well as with docker or voxl-docker.

Context/Things I've Tried:
- Docker is being launched manually and pointed at the /data partition (by running 'docker daemon -g /data)
-  I have run opkg install (with needed forces) on the resulting package from [voxl-docker-support](https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-docker-support).
- I found this old thread with a similar topic, but their resolution (adding hello world) did not work for me:[Docker System error: write /sys/fs/cgroup/cpuset/system.slice/cpuset.cpus: invalid](/topic/664/docker-system-error-write-sys-fs-cgroup-cpuset-system-slice-cpuset-cpus-invalid)

If anyone has any insight as to what could be wrong here, I'd be very grateful. Thank you!

*Additional info:*
voxl:~$ docker info
Containers: 4
Images: 53
Server Version: 1.9.0
Storage Driver: overlay
 Backing Filesystem: extfs
Execution Driver: native-0.2
Logging Driver: json-file
Kernel Version: 3.18.71-perf
Operating System: msm-perf ModalAI 3.8.0
CPUs: 4
Total Memory: 3.682 GiB
Name: apq8096
ID: CP5E:WO62:GIZE:MLO7:AO45:7UEQ:S3VU:LQLI:M3DI:Q3UY:UBDW:XRZG
WARNING: No swap limit support

This is the detailed error from the docker daemon log:
![0da305e9-ad7f-4a32-97a3-5faafe1d4511-image.png](https://forum.modalai.com/assets/uploads/files/1673898696672-0da305e9-ad7f-4a32-97a3-5faafe1d4511-image.png)

## Reply by SMRC · 2023-01-17 14:12:31 UTC

With the updates to [this page](https://docs.modalai.com/docker-on-voxl/#move-docker-image-from-data-to-mntsdcard) (specifically running the setup script voxl-configure-docker-support), this issue is resolved.

Thank you @Chad-Sweet for updating the page!
