Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Started getting the following message recently when trying to run docker containers in an sysbox runtime ubuntu container #548

Closed
DataSymphony opened this issue May 14, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@DataSymphony
Copy link

I am trying to run the following with docker-compose.
version: '3.5' services: ubuntu-ssh-xrdp: image: danielguerra/ubuntu-xrdp:20.04 restart: unless-stopped shm_size: 2g runtime: sysbox-runc

When attempting to run anything in docker I get the message below.

$docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
2db29710123e: Pull complete
Digest: sha256:80f31da1ac7b312ba29d65080fddf797dd76acfb870e677f390d5acba9741b17
Status: Downloaded newer image for hello-world:latest
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: unable to apply cgroup configuration: mkdir /sys/fs/cgroup/rdma/docker/b0df665f7fdc462f9f9e16cfe3a6be6209357c6b9965c4c7b212ff70587f272f: permission denied: unknown.
ERRO[0007] error waiting for container: context canceled

I have tried the following so far without success

  1. Restart host machine, delete all containers and images and then launch from scratch
  2. Restart docker
  3. Restart sysbox services
@rodnymolina
Copy link
Member

Dup of issue #544. Fix is currently being reviewed and expected to be merged shortly.

Closing this one now. @DataSymphony, please let us know if you have any issues other than this.

@rodnymolina rodnymolina added the duplicate This issue or pull request already exists label May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants