Skip to content

Commit

Permalink
correct reference to number of containers
Browse files Browse the repository at this point in the history
Signed-off-by: carehart <[email protected]>
  • Loading branch information
carehart committed Jul 28, 2020
1 parent 9512995 commit 77f04a4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apache-php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Creating php-docker_web_1 ... done

## Expected result

Listing containers must show two containers running and the port mapping as below:
Listing containers must show one container running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Expand Down
2 changes: 1 addition & 1 deletion django/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Creating django_web_1 ... done

## Expected result

Listing containers must show two containers running and the port mapping as below:
Listing containers must show one container running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Expand Down
2 changes: 1 addition & 1 deletion flask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Creating flask_web_1 ... done

## Expected result

Listing containers must show two containers running and the port mapping as below:
Listing containers must show one container running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Expand Down
2 changes: 1 addition & 1 deletion nginx-flask-mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Creating nginx-flask-mongo_web_1 ... done

## Expected result

Listing containers must show two containers running and the port mapping as below:
Listing containers must show three containers running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Expand Down
2 changes: 1 addition & 1 deletion nginx-flask-mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Creating nginx-flask-mysql_proxy_1 ... done

## Expected result

Listing containers must show two containers running and the port mapping as below:
Listing containers must show three containers running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Expand Down
2 changes: 1 addition & 1 deletion nginx-golang-mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Creating nginx-golang-mysql_proxy_1 ... done

## Expected result

Listing containers must show two containers running and the port mapping as below:
Listing containers must show three containers running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Expand Down
2 changes: 1 addition & 1 deletion nginx-golang-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Creating nginx-golang-postgres_proxy_1 ... done

## Expected result

Listing containers must show two containers running and the port mapping as below:
Listing containers must show three containers running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Expand Down
2 changes: 1 addition & 1 deletion sparkjava/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Creating sparkjava_sparkjava_1 ... done

## Expected result

Listing containers must show two containers running and the port mapping as below:
Listing containers must show one container running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Expand Down
2 changes: 1 addition & 1 deletion vuejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Creating vuejs_web_1 ... done

## Expected result

Listing containers must show two containers running and the port mapping as below:
Listing containers must show one container running and the port mapping as below:
```
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Expand Down

0 comments on commit 77f04a4

Please sign in to comment.