Skip to content

Define 'latest' tag for docker images #65

Description

@fangohr

This doesn't work:

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions