Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


https://hub.docker.com/

Tag:

https://docs.docker.com/engine/reference/commandline/tag/#parent-command

root@docker-lab:~# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
busybox latest c30178c5239f 4 days ago 1.11MB


root@docker-lab:~# docker tag busybox:latest jlk0013/demo-example


root@docker-lab:~# docker images
REPOSITORY                      TAG        IMAGE ID         CREATED SIZE
jlk0013/demo-example     latest     c30178c5239f 4 days ago 1.11MB
busybox                               latest     c30178c5239f 4 days ago 1.11MB


Push ( + login )

https://docs.docker.com/engine/reference/commandline/login/

docker login 


root@docker-lab:~# docker login https://hub.docker.com/r/jlk0013/demo-example/
Username: jlk0013
Password:
Login Succeeded


https://docs.docker.com/engine/reference/commandline/push/


Pull

  • No labels