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
There's still one piece missing from this workflow.
At the very least, there needs to be a way to "docker push" all the images that are part of the composition.
An optional extra feature would be a way to tag images from the docker-compose name of <project>_<service> to a more canonical public name. This isn't necessary if some other build tool is being used, and compose isn't responsible for building the image.
The text was updated successfully, but these errors were encountered:
There's still one piece missing from this workflow.
At the very least, there needs to be a way to "docker push" all the images that are part of the composition.
An optional extra feature would be a way to tag images from the
docker-compose
name of<project>_<service>
to a more canonical public name. This isn't necessary if some other build tool is being used, and compose isn't responsible for building the image.The text was updated successfully, but these errors were encountered: