From 186aaa9f7351342063eed7f85497973daf04332f Mon Sep 17 00:00:00 2001 From: pmcgrath Date: Wed, 22 Oct 2014 23:36:52 +0100 Subject: [PATCH] Added extra qualification regarding when running the image with no arguments --- golang/README.md | 2 +- golang/content.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: