KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
docker-wrapper-py
★ 10
Open GitHub ↗
Docker Wrapper Python
Download README (.md)
Explore Similar Repositories
mailchimp-form-cljs
:
A simple mailchimp-esque form in clojurescript and reagent
Composite-UI-Sample
:
No description available.
ti2406pa
:
TI2406 Practical Assignment
morse-code-trainer
:
Trains you to hear Morse code. Uses Koch method
teaching
:
a collection of materials/resources for teaching technology
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
docker-wrapper-py
?
Download (.md)
# docker-wrapper-py [](https://ci.frigg.io/frigg/docker-wrapper-py/last/) [](https://ci.frigg.io/frigg/docker-wrapper-py/last/) ## Install pip install docker-wrapper ## Usage Use it in a with statement: ```python with Docker() as docker: docker.run('command') ``` or as a decorator: ```python @Docker.wrap() def run_command_in_container(command, docker) docker.run(command) ``` Read the documentation on [docker-wrapper-py.readthedocs.org](http://docker-wrapper-py.readthedocs.org) for more information about how to use this. -------------- MIT © frigg.io