Skip to content

Define 'latest' tag for docker images #65

@fangohr

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

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