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.
HTML rendered documentation is available at DockerWrapper.
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-toolsRead 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