gobuch/hello-world/cplusplus/README.md

13 lines
175 B
Markdown
Raw Normal View History

2020-08-21 04:26:40 +00:00
Starten des docker Containers
-----------------------------
```
docker run -v `pwd`:/tmp -it gcc:latest /bin/bash
```
Danach im Container
```
cd /tmp
time g++ hello.cpp
```