Browse Source

Add Dockerfile howto to README

Markus Lindenberg 9 years ago
parent
commit
14ad4b7ced
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -1,2 +1,12 @@
 # site-ffdo
 FF Dortmund (FFDO) specific Gluon configuration
+
+## Using the Dockerfile
+
+See https://docs.docker.com/installation/#installation on how to get Docker.
+
+```
+docker build -t ffdobuild .
+docker run ffdobuild
+```
+