ansible/roles/borgbase.ansible_role_borgbackup/molecule/default/INSTALL.rst
Gabriel Augendre b02de7192c
Some checks failed
/ run ansible (push) Has been cancelled
add borgmatic
2024-10-13 19:15:24 +02:00

22 lines
555 B
ReStructuredText

*******
Docker driver installation guide
*******
Requirements
============
* Docker Engine
Install
=======
Please refer to the `Virtual environment`_ documentation for installation best
practices. If not using a virtual environment, please consider passing the
widely recommended `'--user' flag`_ when invoking ``pip``.
.. _Virtual environment: https://virtualenv.pypa.io/en/latest/
.. _'--user' flag: https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site
.. code-block:: bash
$ pip install 'molecule[docker]'