Created
September 8, 2020 06:39
-
-
Save lostdesign/962fbb228ed56a9b8e14018425fb4450 to your computer and use it in GitHub Desktop.
Release a new Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Build and tag locally | |
docker build -t user/image:version . | |
# Login to docker hub | |
docker login | |
# Push new build image to hub | |
docker push -t user/image:version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment