How to get Docker ClI working in Code Server? #7151
Unanswered
treverehrfurth
asked this question in
General
Replies: 1 comment 1 reply
-
Are you running code-server in a Docker container and want it to access the host Docker instance? I think you can make this work if you mount |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have not been able to "install" or get docker cli working from within code server.
I primarily use vs code for docker development and am stuck unable to get even a "docker ps" working. I just get errors saying
"Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"
What's the best way to get docker cli into code server?
Beta Was this translation helpful? Give feedback.
All reactions