Skip to content

Add version tag(s) #12

@webmaster128

Description

@webmaster128

It would be nice to use this in local development scripts. In order to avoid docker pull every time a container is started, it would be super helpful to have version tags. Then you can just do

docker run --restart=always -d -p 3000:3000 --name cors-container \
  imjacobclark/cors-container:v0.1.2

which will automatically pull the image if missing and use from cache if available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions