From: Devan Carpenter Date: Sun, 23 Dec 2018 09:58:04 +0000 (-0600) Subject: README.md: Update the docker build section X-Git-Tag: v0.11.0~156 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=88b2d2d6c814c4eb41ac3b0ab15b7564706e5d7c;p=oweals%2Fgnunet.git README.md: Update the docker build section The build instruction needed updating, and I added a reference to the documentation with the commands for running the container. --- diff --git a/README.md b/README.md index 8b960aaae..a68ef3700 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,12 @@ guix package -f guix-env.scm:notest ### 2. Docker ``` -docker build -t gnunet . +# From within the top-level of this repository run: +docker build -t gnunet -f ./contrib/docker/Dockerfile . ``` +For more info on using the docker container see [here](contrib/docker/README.md). + Using GNUnet