From 3a09552f975e57156a8231a78e459e27f66fee6c Mon Sep 17 00:00:00 2001 From: khs1994 Date: Tue, 5 Dec 2017 11:15:59 +0800 Subject: [PATCH] Update: #279 --- cases/os/busybox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cases/os/busybox.md b/cases/os/busybox.md index 6364dce..188e331 100644 --- a/cases/os/busybox.md +++ b/cases/os/busybox.md @@ -39,7 +39,7 @@ Status: Downloaded newer image for busybox:latest 下载后,可以看到 busybox 镜像只有2.433 MB: ```bash -$ docker images +$ docker image ls REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE busybox latest e72ac664f4f0 6 weeks ago 2.433 MB ```