vscode-docker-explorer icon indicating copy to clipboard operation
vscode-docker-explorer copied to clipboard

Each command is "undefined"

Open mclean25 opened this issue 6 years ago • 2 comments

Whenever I try to do something with the extension, say right-click on a container and select attach, docker always receives "undefined" in the terminal:

Containers:

docker stop undefined
Error response from daemon: No such container: undefined
docker inspect undefined
[]
Error: No such object: undefined

Images:

docker inspect undefined:undefined
[]
Error: No such object: undefined:undefined
docker run -it --name obscene_release undefined:undefined
Unable to find image 'undefined:undefined' locally

Version Info

docker --version
Docker version 19.03.2, build 6a30dfc

Windows 10 Pro Build 18970

mclean25 avatar Sep 19 '19 15:09 mclean25

I'm too getting this issue

dinukasal avatar Oct 12 '19 06:10 dinukasal

me too, running on ubuntu 18.04, when i click run the command that gets executed is this:

:/var/www$ docker run -it --name healthy_poetry undefined:undefined Unable to find image 'undefined:undefined' locally docker: Error response from daemon: pull access denied for undefined, repository does not exist or may require 'docker login'. See 'docker run --help'.

isan26 avatar Feb 02 '20 14:02 isan26