Corrected a typo.

This commit is contained in:
Michael Bredel
2018-01-09 19:16:05 +01:00
committed by GitHub
parent a8da72562a
commit 0d4b7b2017

View File

@@ -175,7 +175,7 @@ On order to build the Docker image you have to type the following command:
$ docker build --tag mbredel/thesis-template --file Dockerfile.local .
```
Creating the image requires a working (and hopefully fast) Internet connection. It may take several minutes to download the requrired base-images as well as all needed dependencies. You only have to create the image once. When the image is build, you can run the Docker container by executing the following commad
Creating the image requires a working (and hopefully fast) Internet connection. It may take several minutes to download the required base-images as well as all needed dependencies. You only have to create the image once. When the image is build, you can run the Docker container by executing the following commad
```
$ docker run --volume $(pwd):/thesis-template/ mbredel/thesis-template && docker rm $(docker ps -lq)