Skip to content

Instantly share code, notes, and snippets.

@szukalski
Created February 15, 2017 19:57
Show Gist options
  • Save szukalski/a7698d2d5da0b23f8a6234b9fb04a191 to your computer and use it in GitHub Desktop.
Save szukalski/a7698d2d5da0b23f8a6234b9fb04a191 to your computer and use it in GitHub Desktop.
docker-build
docker build -t image_name .
docker tag image_id szukalski/image_name:latest
docker login
docker push szukalski/image_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment