-
Notifications
You must be signed in to change notification settings - Fork 41
Add version tag(s) #12
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels