mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-07-21 07:30:44 +02:00
initial import
This commit is contained in:
12
hello-world/python/README.txt
Normal file
12
hello-world/python/README.txt
Normal file
@ -0,0 +1,12 @@
|
||||
Starten des docker Containers
|
||||
-----------------------------
|
||||
|
||||
```
|
||||
docker run -v `pwd`:/tmp -it python:latest /bin/bash
|
||||
```
|
||||
|
||||
Danach im Containers
|
||||
```
|
||||
cd /tmp
|
||||
time python hello.py
|
||||
```
|
1
hello-world/python/hello.py
Normal file
1
hello-world/python/hello.py
Normal file
@ -0,0 +1 @@
|
||||
print("Hello World.")
|
Reference in New Issue
Block a user