Skip to content

Commit f8c1844

Browse files
LarryLuTWsbrl
authored andcommitted
docker: pull image (#2586)
1 parent 298ece1 commit f8c1844

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/common/docker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
`docker container {{start|stop}} {{container_name}}`
2020

21+
- Pull an image from a docker registry:
22+
23+
`docker pull {{image}}`
24+
2125
- Start a container from an image and get a shell inside of it:
2226

2327
`docker container run -it {{image}} bash`

0 commit comments

Comments
 (0)