You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: subjects/forum/audit/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,27 +56,27 @@
56
56
57
57
###### Does the project have Dockerfiles?
58
58
59
-
##### Try to run the command `"docker image build [OPTINS] PATH | URL | -"` to build the image using using the project Dockerfiles and run the command `"docker images"` to see images.
59
+
##### Try to run the command `"docker image build [OPTINS] PATH | URL | -"` to build the image using the project Dockerfiles and run the command `"docker images"` to see images.
60
60
61
61
```
62
62
student$ docker images
63
63
REPOSITORY TAG IMAGE ID CREATED SIZE
64
64
<name of the image> latest 85a65d66ca39 7 seconds ago 795MB
65
65
```
66
66
67
-
###### Does all images build as above?
67
+
###### Did all images build as above?
68
68
69
69
##### Try running the command `"docker container run [OPTIONS] IMAGE [COMMAND] [ARG...]"` to start the containers using the images just created and run the command `"docker ps -a"` to see containers.
70
70
71
71
```
72
72
student$ docker ps -a
73
73
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
74
-
cc8f5dcf760f <name of the image> "./server" 6 seconds ago Up 6 seconds 0.0.0.0:8080->8080/tcp ascii-art-web
74
+
cc8f5dcf760f <name of the image> "./server" 6 seconds ago Up 6 seconds 0.0.0.0:8080->8080/tcp forum
75
75
```
76
76
77
-
###### Is the docker containers running as above?
77
+
###### Are the Docker containers running as above?
78
78
79
-
###### Does the project present no [unused object](https://docs.docker.com/config/pruning/)?
79
+
###### Does the project have no [unused objects](https://docs.docker.com/config/pruning/)?
0 commit comments