This commit is contained in:
Faraz Fallahi
2021-01-26 22:35:55 -05:00
parent eb8382d787
commit ce62fd9df4
3 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ C++ Qt compile environment for Docker (Dynamically Linked, Statically Linked, an
* Linux Dynamically Linked
```
docker build --force-rm -f Dockerfile -t fffaraz/qt:latest .
docker run --rm -it -v $(pwd):/app fffaraz/qt:latest
docker run --rm -it -v $(pwd):/app fffaraz/qt:latest /bin/bash
```
* Linux Statically Linked