correct reference to number of containers
Signed-off-by: carehart <charlie@carehart.org>
This commit is contained in:
parent
95129959d2
commit
77f04a4539
@ -37,7 +37,7 @@ Creating php-docker_web_1 ... done
|
|||||||
|
|
||||||
## Expected result
|
## 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
|
$ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
|
@ -37,7 +37,7 @@ Creating django_web_1 ... done
|
|||||||
|
|
||||||
## Expected result
|
## 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
|
$ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
|
@ -37,7 +37,7 @@ Creating flask_web_1 ... done
|
|||||||
|
|
||||||
## Expected result
|
## 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
|
$ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
|
@ -50,7 +50,7 @@ Creating nginx-flask-mongo_web_1 ... done
|
|||||||
|
|
||||||
## Expected result
|
## 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
|
$ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
|
@ -48,7 +48,7 @@ Creating nginx-flask-mysql_proxy_1 ... done
|
|||||||
|
|
||||||
## Expected result
|
## 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
|
$ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
|
@ -55,7 +55,7 @@ Creating nginx-golang-mysql_proxy_1 ... done
|
|||||||
|
|
||||||
## Expected result
|
## 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
|
$ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
|
@ -54,7 +54,7 @@ Creating nginx-golang-postgres_proxy_1 ... done
|
|||||||
|
|
||||||
## Expected result
|
## 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
|
$ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
|
@ -40,7 +40,7 @@ Creating sparkjava_sparkjava_1 ... done
|
|||||||
|
|
||||||
## Expected result
|
## 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
|
$ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
|
@ -42,7 +42,7 @@ Creating vuejs_web_1 ... done
|
|||||||
|
|
||||||
## Expected result
|
## 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
|
$ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
|
Loading…
Reference in New Issue
Block a user