gobuch/hello-world/python/README.md

12 lines
180 B
Markdown
Raw Normal View History

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