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
docker-compose pull downloads the latest version of an image tag, if the service has an image attribute.
But for services which are build you have to docker pull manually. Would be nice if docker-compose could check these images also, maybe with --pull-build-from-images or another option.
The text was updated successfully, but these errors were encountered:
docker-compose pull downloads the latest version of an image tag, if the service has an
image
attribute.But for services which are
build
you have todocker pull
manually. Would be nice if docker-compose could check these images also, maybe with--pull-build-from-images
or another option.The text was updated successfully, but these errors were encountered: