docker: pull image (#2586)
This commit is contained in:
parent
298ece112d
commit
f8c184402b
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue