Skip to content

Instantly share code, notes, and snippets.

@touren
Created June 15, 2016 20:38
Show Gist options
  • Save touren/a8b9253ec48e05e2c640afac0183f77c to your computer and use it in GitHub Desktop.
Save touren/a8b9253ec48e05e2c640afac0183f77c to your computer and use it in GitHub Desktop.
Start a local docker register to receive the pushed images.
docker run -d -p 5000:5000 registry
docker images
docker tag 41b730702607 linuxconfig.docker.local:5000/debian:8
docker push linuxconfig.docker.local:5000/debian:8
docker search linuxconfig.docker.local:5000/debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment