Signed-off-by: Alexander Boyd <alex@opengroove.org>
| ... | ... |
@@ -1199,9 +1199,8 @@ use `docker pull`: |
| 1199 | 1199 |
# will pull the debian:latest image, its intermediate layers |
| 1200 | 1200 |
# and any aliases of the same id |
| 1201 | 1201 |
$ sudo docker pull debian:testing |
| 1202 |
- # will pull the image named ubuntu:trusty, ubuntu:14.04 |
|
| 1203 |
- # which is an alias of the same image |
|
| 1204 |
- # and any intermediate layers it is based on. |
|
| 1202 |
+ # will pull the image named debian:testing and any intermediate |
|
| 1203 |
+ # layers it is based on. |
|
| 1205 | 1204 |
# (Typically the empty `scratch` image, a MAINTAINER layer, |
| 1206 | 1205 |
# and the un-tarred base). |
| 1207 | 1206 |
$ sudo docker pull --all-tags centos |