소스 검색

Add Dockerfile howto to README

Markus Lindenberg 9 년 전
부모
커밋
14ad4b7ced
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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
+```
+