A Robot Framework library to control Docker containers
It will mostly be a wrapper around docker.py - the Python library for the Docker Engine API [1][2]
because
cd tests/
pip install -r requirements.txt
robot -d results -L TRACE robot/
# check logs.html in results folder (auto-created after test run)
# look at the code of the lib and the tests
# You got the idea!
NOTE: The initial run will take a while because MongoDB Docker image (aprox. 400 MB) will be pulled in the background. ... may be I should use a smaller image for demo :-)
-
Docker Containers
- run, stop, remove, inspect
-
Docker Services
- ...
PRE-ALPHA :-)
Clone/fork, create a pull-request, create an issue ... what ever
Any contribution is welcome!