Kaynağa Gözat

Add Dockerfile howto to README

Markus Lindenberg 9 yıl önce
ebeveyn
işleme
14ad4b7ced
1 değiştirilmiş dosya ile 10 ekleme ve 0 silme
  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
+```
+