├── .gitignore ├── README.md └── docker_wrapper.py /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silenceshell/docker_wrapper/HEAD/README.md -------------------------------------------------------------------------------- /docker_wrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/silenceshell/docker_wrapper/HEAD/docker_wrapper.py --------------------------------------------------------------------------------