Skip to content

Instantly share code, notes, and snippets.

@altair21
Created September 23, 2016 17:14
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 altair21/974b1810021b1bb1862240c0c1fc133c to your computer and use it in GitHub Desktop.
Save altair21/974b1810021b1bb1862240c0c1fc133c to your computer and use it in GitHub Desktop.
step1——找到本地镜像的ID:docker images
step2——登陆Hub:docker login --username=username --password=password --email=email
step3——tag:docker tag <imageID> <namespace>/<image name>:<version tag eg latest>
step4——push镜像:docker push <namespace>/<image name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment