-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
How to map to vscode? #62
Comments
If you are on v0.2.2, it is supposed to work out of the box. If you're on latest development version, it makes use of docker context to avoid disrupting existing docker settings. All you need to do is set docker context to |
I am running version 0.2.2. From the cli docker commands seem to run. From vs studio I am getting an error as vscode connection to a container defined by the local devcontainer.json with a I am guessing docker-credential-desktop is the issue. Not sure if anything can be done with this |
Checked the solution in this issue. #52 |
Yep that seems to be it. I changed to it to ~/.docker/config.json to I also did Now having issues with read-only mounts. looking at other issues here to see if there a solution |
I will be closing this as the issue itself is resolved As for writeable mounts, you can use the Thanks. |
Please note that the |
This is more of a question I am sure people will start to ask. Is there a way to map logic to allow vscode to see this as docker running? At the moment given the base default setup I can run docker to do all the basic stuff on the CLI, however when I try to load vs code to do a remote docker dev environment, I get an error message that vscode about docker is not running. I am not sure if anyone know if there is a work around to this. It would be great if there was.
The text was updated successfully, but these errors were encountered: