Last active
September 5, 2019 14:54
-
-
Save constrict0r/cca9f037141d6b446b3aef0a83de8305 to your computer and use it in GitHub Desktop.
Docker build/push to dockerhub.
This file contains hidden or 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
| docker build -t constrict0r/catalyst:latest . | |
| docker login | |
| docker push constrict0r/catalyst:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment