docker: pull image (#2586)

italian
Larry Lu 2018-11-14 02:12:03 +08:00 committed by Starbeamrainbowlabs
parent 298ece112d
commit f8c184402b
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
`docker container {{start|stop}} {{container_name}}`
- Pull an image from a docker registry:
`docker pull {{image}}`
- Start a container from an image and get a shell inside of it:
`docker container run -it {{image}} bash`