aboutsummaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 4e0e6b951..ce05012fc 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -7,6 +7,14 @@ A Dockerfile (and maybe later docker-compose.yml) for getting a running GNUnet d
7## Build it 7## Build it
8This will take quite a while and will consume a bit of data. 8This will take quite a while and will consume a bit of data.
9 9
10First you need to go to the root of this repo.
11
12```bash
13cd ..
14```
15
16Now you can build the image.
17
10```bash 18```bash
11docker build -t gnunet . 19docker build -t gnunet .
12``` 20```