Skip to content

A simple file creation script in python running inside a docker container environment, sharing the resulting files with the docker host system

License

Notifications You must be signed in to change notification settings

tkgroot/simple-python-script-docker

Repository files navigation

Create random files with python in a Docker Container

Docker project with a python script which creates 10x txt files inside the Docker container and share them via -v volume mount with the Docker host.

Run

docker image build -t pyscript:latest .
./script.sh

only on unix-systems

About

A simple file creation script in python running inside a docker container environment, sharing the resulting files with the docker host system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published