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
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.
The text was updated successfully, but these errors were encountered:
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 dowhich will automatically pull the image if missing and use from cache if available.
The text was updated successfully, but these errors were encountered: