You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
When upgrading from 0-linux to 1-linux, you need to add --privileged to runArgs in devcontainer.json for Docker to continue to function. I can see that's missing from the devcontainer.json file in that repository so you'll hit a permission error (that you can see in /tmp/dockerd.log).
If you want to retain your containers across "rebuilds", you should also add the following to mounts:
Development container image information
More info: https://github.com/microsoft/vscode-dev-containers/tree/main/containers/codespaces-linux/history/1.6.3.md
Steps to Reproduce:
docker ps
Error:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
The text was updated successfully, but these errors were encountered: