Skip to content

se-nitech/06_00_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker最初のサンプル

実行コマンド

docker build -t mypython:0.1 .
docker run -it --rm -v ${PWD}:/mnt mypython:0.1 python hello.py

もしくは

docker compose up -d
docker compose exec mypython python hello.py
docker compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages