Added extra qualification regarding when running the image with no arguments
This commit is contained in:
parent
eb17ddc9d2
commit
186aaa9f73
|
|
@ -41,7 +41,7 @@ applications. The build will `COPY . /usr/src/app`, `RUN go get -d -v`, and `RUN
|
|||
go install -v`.
|
||||
|
||||
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:
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ applications. The build will `COPY . /usr/src/app`, `RUN go get -d -v`, and `RUN
|
|||
go install -v`.
|
||||
|
||||
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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue