Created
July 9, 2019 09:32
-
-
Save andrefigueira/7c155d9007f567abe5accc67b0361699 to your computer and use it in GitHub Desktop.
Helpers for dealing with Docker
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 example | |
docker build ./ --tag teameagleeye/air-httpd:centos-php71-cli | |
# Docker push example | |
docker push teameagleeye/air-httpd:centos-php71-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment