Browse Source

assignment2 task 2 modified

merge-requests/1/head
wangyu 3 years ago
parent
commit
57aeb24742
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Assignment2.md

+ 2
- 2
Assignment2.md View File

@ -79,7 +79,7 @@ $ docker pull busybox
$ docker images
REPOSITORY TAG IMAGE ID CREATED VIRT
busybox latest c51f86c28340 4 weeks ago 1.10
busybox latest c51f86c28340 4 weeks ago 1.10
```
#### c) 我们接下来继续尝试使用`docker run`命令来运行`busybox`
@ -121,7 +121,7 @@ CONTAINER ID IMAGE COMMAND CREATED STATUS
```bash
$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS
CONTAINER ID IMAGE COMMAND CREATED STATUS
305297d7a235 busybox "uptime" 11 minutes ago Exited (
ff0a5c3750b9 busybox "sh" 12 minutes ago Exited (
14e5bd11d164 hello-world "/hello" 2 minutes ago Exited (

Loading…
Cancel
Save