[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: README.md: Update the docke
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: README.md: Update the docker build section |
Date: |
Sun, 23 Dec 2018 11:02:49 +0100 |
This is an automated email from the git hooks/post-receive script.
dvn pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 88b2d2d6c README.md: Update the docker build section
88b2d2d6c is described below
commit 88b2d2d6c814c4eb41ac3b0ab15b7564706e5d7c
Author: Devan Carpenter <address@hidden>
AuthorDate: Sun Dec 23 03:58:04 2018 -0600
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
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: README.md: Update the docker build section,
gnunet <=