Sfoglia il codice sorgente

Add Dockerfile howto to README

Markus Lindenberg 9 anni fa
parent
commit
14ad4b7ced
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  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
+```
+