Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 194 Bytes

File metadata and controls

10 lines (6 loc) · 194 Bytes

python3-docker-write-file

writing a file in the host system using a python script in a Docker container

Build: docker build -t py-write .

Run: docker run -v ${PWD}/data:/data py-write