-
Notifications
You must be signed in to change notification settings - Fork 513
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
Starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"open #1402
Comments
I found this similar issue: moby/moby#29496 (comment) The comment I linked recommends doing some extra setup work in order to get cgroups working. Can you try that and see if it works? |
@Moshyfawn If you're running Fedora 31, this is likely the solution until this issue is closed.
For more info, see CGroupsV2 on Fedora wiki. |
@Moshyfawn Let us know if that solution works! Thanks for finding it @MarttiR! |
@MarttiR thanks a lot, it worked!
|
The solution of @MarttiR did not work for me, and I think the Fedora 31 documentation had an update for this issue : Thus, another way to disable CGroupsV2 and allow Docker to run seems to be:
(or use podman that suport CGroupsV2 instead of Docker) |
Sorry for the late reply, being very busy. Working solution: P.S. @H--o-l mentioned using podman but it still can't fully replace docker at least regarding docker-compose. That's why I ran into this issue in the first place |
I had the same problem with docker on fresh installation of Fedora 31 and Fedora 31 Server. Can't use |
I had the same problem and |
I'll close this issue as external, seems to be a Fedora thing. |
Repro steps:
docker network create server
docker run -d -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock:ro —network="server" —name="nginx_proxy" —restart="unless-stopped" jwilder/nginx-proxy
Action: vscode-docker.containers.start
Error type: 500
Error Message: (HTTP code 500) server error - OCI runtime create failed: container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused "open /sys/fs/cgroup/docker/cpuset.cpus.effective: no such file or directory"": unknown
Version: 0.8.2
OS: linux
Product: Visual Studio Code
Product Version: 1.39.2
Language: en
Call Stack
The text was updated successfully, but these errors were encountered: