Skip to content

Commit a3bd63b

Browse files
author
Alexander Hasselbach
committed
doc(dockerfiles): Re-word bash requirement annotation
review deis#5064
1 parent feef1e4 commit a3bd63b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/applications/using-docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In order to deploy Docker images, they must conform to the following requirement
2626
* The Dockerfile must use the `EXPOSE` directive to expose exactly one port.
2727
* That port must be listening for an HTTP connection.
2828
* The Dockerfile must use the `CMD` directive to define the default process that will run within the container.
29-
* If Procfile is used then Docker image should contain Bash for successfull run.
29+
* The Docker image must contain [bash](https://www.gnu.org/software/bash/) to run processes.
3030

3131

3232
## Create an Application

src/applications/using-dockerfiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In order to deploy Dockerfile applications, they must conform to the following r
1919
* The Dockerfile must use the `EXPOSE` directive to expose exactly one port.
2020
* That port must be listening for an HTTP connection.
2121
* The Dockerfile must use the `CMD` directive to define the default process that will run within the container.
22-
* If Procfile is used then Docker image should contain Bash for successfull run.
22+
* The Docker image must contain [bash](https://www.gnu.org/software/bash/) to run processes.
2323

2424

2525
## Create an Application

0 commit comments

Comments
 (0)