-
Notifications
You must be signed in to change notification settings - Fork 520
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
Cant see a list of my containers and images #4359
Comments
What version of Docker do you have installed? What happens if you run |
|
The output of I usually look at the active containers on the panel on the left and attach vscode to them but that seems to have broken.
|
The full command that we run is as follows, can you try it? docker container ls --all --no-trunc --format "{{json .}}" --size=false |
|
@danegsta any ideas? Maybe an old Docker version? |
I have access to 2 machines which I ssh into. Both have the same version of docker:
One works fine but the other one does not. How can we figure out what the difference between the 2 is? Moreover, can you tell me if a command line command exists to attach vscode to a running container please? Thanks. |
For this new error I have a couple questions:
|
I have the same problem,latest version vscode |
For me, |
Glad to hear it! I'll close this for now then. |
I ssh into a machine which has docker installed.
Docker works properly as shown below:
However the list of images and containers does not show up when I open the docker extension like it used to approximately a month ago.
Any ideas what could be going wrong here? I need to attach vscode to my container so any terminal commands to do that would also help.
Thanks
The text was updated successfully, but these errors were encountered: