Parcourir la source

Add Dockerfile howto to README

Markus Lindenberg il y a 9 ans
Parent
commit
14ad4b7ced
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  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
+```
+