From b6b1e8d4e3ced04732cf2ebe89560c3541e25af8 Mon Sep 17 00:00:00 2001 From: Moghedrin Date: Mon, 25 Aug 2014 14:55:10 -0600 Subject: [PATCH] Found and destroyed an incomplete sentence in the gcc readme. --- gcc/README-content.md | 3 +-- gcc/README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gcc/README-content.md b/gcc/README-content.md index bf07bfc81..6ebeaefd5 100644 --- a/gcc/README-content.md +++ b/gcc/README-content.md @@ -20,8 +20,7 @@ Then run the commands to build and run the docker image. docker build -t my-gcc-app . docker run -it --rm --name my-running-app my-gcc-app ./myapp - -## Compile your app inside the docker +## Compile your app inside the docker container. It is not always appropriate to run your app inside a container. In instances where you only want to compile inside the docker instance, you can do something along the lines of the following. diff --git a/gcc/README.md b/gcc/README.md index fee1ea272..dd30cfe6f 100644 --- a/gcc/README.md +++ b/gcc/README.md @@ -20,8 +20,7 @@ Then run the commands to build and run the docker image. docker build -t my-gcc-app . docker run -it --rm --name my-running-app my-gcc-app ./myapp - -## Compile your app inside the docker +## Compile your app inside the docker container. It is not always appropriate to run your app inside a container. In instances where you only want to compile inside the docker instance, you can do something along the lines of the following.