Update README.md

This commit is contained in:
Faraz Fallahi
2017-05-31 16:10:56 -05:00
committed by GitHub
parent 4336434c50
commit 8993d38bb5

View File

@@ -1,2 +1,7 @@
# docker-qt # docker-qt
Qt for Docker Qt for Docker
```
docker build -t fffaraz/qt:static .
docker run --rm -it --entrypoint /bin/bash fffaraz/qt:static
```