aboutsummaryrefslogtreecommitdiff
path: root/contrib/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/docker/README.md')
-rw-r--r--contrib/docker/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/docker/README.md b/contrib/docker/README.md
index ce05012fc..66ba45d26 100644
--- a/contrib/docker/README.md
+++ b/contrib/docker/README.md
@@ -10,13 +10,14 @@ This will take quite a while and will consume a bit of data.
10First you need to go to the root of this repo. 10First you need to go to the root of this repo.
11 11
12```bash 12```bash
13cd .. 13cd ../..
14``` 14```
15 15
16Now you can build the image. 16Now you can build the image.
17 17
18```bash 18```bash
19docker build -t gnunet . 19make clean
20docker build -f contrib/docker/Dockerfile -t gnunet .
20``` 21```
21 22
22## Start it from the newly created gnunet image 23## Start it from the newly created gnunet image