From 88b2d2d6c814c4eb41ac3b0ab15b7564706e5d7c Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Sun, 23 Dec 2018 03:58:04 -0600 Subject: [PATCH] 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. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.25.1