Added extra qualification regarding when running the image with no arguments

This commit is contained in:
pmcgrath 2014-10-22 23:36:52 +01:00
parent eb17ddc9d2
commit 186aaa9f73
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ applications. The build will `COPY . /usr/src/app`, `RUN go get -d -v`, and `RUN
go install -v`. go install -v`.
This image also includes the `CMD ["app"]` instruction which is the default command This image also includes the `CMD ["app"]` instruction which is the default command
when running the image. when running the image without arguments.
You can then build and run the Docker image: You can then build and run the Docker image:

View File

@ -25,7 +25,7 @@ applications. The build will `COPY . /usr/src/app`, `RUN go get -d -v`, and `RUN
go install -v`. go install -v`.
This image also includes the `CMD ["app"]` instruction which is the default command This image also includes the `CMD ["app"]` instruction which is the default command
when running the image. when running the image without arguments.
You can then build and run the Docker image: You can then build and run the Docker image: