Docker Wrapper
This repo contains a python helper library that allows us to automate a number of workflow actions when interacting with Docker.
For details see the rest of the documentation.
Documentation
HTML rendered documentation is available at DockerWrapper.
Quick Start
To work on this repo ensure that you have installed commitizen and pre-commit
in your environment:
References:
For example, to install the tools in your user environment:
pip install --user commitizen pre-commit pip-tools
Read the commitizen documentation regarding the type and quality of commits that we want to have in this repo.
In summary use
cz commit # To write a new commit