diff --git a/apache-php/README.md b/apache-php/README.md index fa2383f..d030da4 100644 --- a/apache-php/README.md +++ b/apache-php/README.md @@ -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 diff --git a/django/README.md b/django/README.md index 9d1569d..81411ae 100644 --- a/django/README.md +++ b/django/README.md @@ -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 diff --git a/flask/README.md b/flask/README.md index 2216ece..b45b948 100644 --- a/flask/README.md +++ b/flask/README.md @@ -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 diff --git a/nginx-flask-mongo/README.md b/nginx-flask-mongo/README.md index fdb2afb..28c3ed8 100644 --- a/nginx-flask-mongo/README.md +++ b/nginx-flask-mongo/README.md @@ -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 diff --git a/nginx-flask-mysql/README.md b/nginx-flask-mysql/README.md index 069d418..5a8bea7 100644 --- a/nginx-flask-mysql/README.md +++ b/nginx-flask-mysql/README.md @@ -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 diff --git a/nginx-golang-mysql/README.md b/nginx-golang-mysql/README.md index 0cb6e43..5c0e66f 100644 --- a/nginx-golang-mysql/README.md +++ b/nginx-golang-mysql/README.md @@ -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 diff --git a/nginx-golang-postgres/README.md b/nginx-golang-postgres/README.md index e3f8ae7..889cd66 100644 --- a/nginx-golang-postgres/README.md +++ b/nginx-golang-postgres/README.md @@ -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 diff --git a/sparkjava/README.md b/sparkjava/README.md index 6977406..f5ec924 100644 --- a/sparkjava/README.md +++ b/sparkjava/README.md @@ -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 diff --git a/vuejs/README.md b/vuejs/README.md index 47d0a4b..f1134bf 100644 --- a/vuejs/README.md +++ b/vuejs/README.md @@ -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