Skip to content

Commit b5ca41c

Browse files
sadiquiHarryVasanth
authored andcommitted
Fix typos and some grammar
1 parent e856481 commit b5ca41c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

subjects/forum/audit/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,27 +56,27 @@
5656

5757
###### Does the project have Dockerfiles?
5858

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.
6060

6161
```
6262
student$ docker images
6363
REPOSITORY TAG IMAGE ID CREATED SIZE
6464
<name of the image> latest 85a65d66ca39 7 seconds ago 795MB
6565
```
6666

67-
###### Does all images build as above?
67+
###### Did all images build as above?
6868

6969
##### 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.
7070

7171
```
7272
student$ docker ps -a
7373
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
7575
```
7676

77-
###### Is the docker containers running as above?
77+
###### Are the Docker containers running as above?
7878

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/)?
8080

8181
#### Functional
8282

0 commit comments

Comments
 (0)