Skip to content

Instantly share code, notes, and snippets.

@stenehall
Last active September 18, 2015 22:09
Show Gist options
  • Save stenehall/3aa5da2bd2bdb37a11d5 to your computer and use it in GitHub Desktop.
Save stenehall/3aa5da2bd2bdb37a11d5 to your computer and use it in GitHub Desktop.
Docker build and push commands
$ docker build -t our.docker.com/frontend:feature-adding-something .
$ docker push our.docker.com/frontend:feature-adding-something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment