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
docker run -ti virtualmicromagnetics/lite /bin/bash -l
fangohr$ docker run -ti virtualmicromagnetics/lite /bin/bash -l
Unable to find image 'virtualmicromagnetics/lite:latest' locally
Pulling repository docker.io/virtualmicromagnetics/lite
docker: Tag latest not found in repository docker.io/virtualmicromagnetics/lite.
On the other hand, this is okay:
docker run -ti virtualmicromagnetics/lite:1.1.0 /bin/bash -l
The text was updated successfully, but these errors were encountered:
Should "latest" point to the most recent release, to the most recent development build, or to the most recent feature build? I would prefer to change the name of the default container pulled by docker, as "latest" is ambiguous in its functionality.
But in any case it seems to be important that there is some image defined with the tag 'latest' if this is the tag that docker searchers for automatically if the user doesn't specify a particular tag (see error above).
This doesn't work:
Unable to find image 'virtualmicromagnetics/lite:latest' locally
Pulling repository docker.io/virtualmicromagnetics/lite
docker: Tag latest not found in repository docker.io/virtualmicromagnetics/lite.
On the other hand, this is okay:
The text was updated successfully, but these errors were encountered: