Found and destroyed an incomplete sentence in the gcc readme.

This commit is contained in:
Moghedrin 2014-08-25 14:55:10 -06:00
parent c097f38c6e
commit b6b1e8d4e3
2 changed files with 2 additions and 4 deletions

View File

@ -20,8 +20,7 @@ Then run the commands to build and run the docker image.
docker build -t my-gcc-app . docker build -t my-gcc-app .
docker run -it --rm --name my-running-app my-gcc-app ./myapp docker run -it --rm --name my-running-app my-gcc-app ./myapp
## Compile your app inside the docker container.
## Compile your app inside the docker
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. 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.

View File

@ -20,8 +20,7 @@ Then run the commands to build and run the docker image.
docker build -t my-gcc-app . docker build -t my-gcc-app .
docker run -it --rm --name my-running-app my-gcc-app ./myapp docker run -it --rm --name my-running-app my-gcc-app ./myapp
## Compile your app inside the docker container.
## Compile your app inside the docker
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. 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.