Corrected a typo.

pull/3/head
Michael Bredel 7 years ago committed by GitHub
parent a8da72562a
commit 0d4b7b2017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -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 . $ 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) $ docker run --volume $(pwd):/thesis-template/ mbredel/thesis-template && docker rm $(docker ps -lq)

Loading…
Cancel
Save