Skip to content

Instantly share code, notes, and snippets.

@AaronNGray
Last active June 2, 2018 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AaronNGray/2989e05d445003445a6ac10dcb997ef8 to your computer and use it in GitHub Desktop.
Save AaronNGray/2989e05d445003445a6ac10dcb997ef8 to your computer and use it in GitHub Desktop.
build a Docker GitHub repo and push to docker.io
build a Docker image from a GitHub repo and push to docker.io :-
sudo docker build -t aaronngray/bpi-build:bpi-build github.com/AaronNGray/bpi-build
sudo docker push aaronngray/bpi-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment