diff --git a/golang/README.md b/golang/README.md index 6ec0068f4..95bb65728 100644 --- a/golang/README.md +++ b/golang/README.md @@ -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: diff --git a/golang/content.md b/golang/content.md index 7e2383ae3..1f99cbbe9 100644 --- a/golang/content.md +++ b/golang/content.md @@ -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: