mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-13 20:52:28 +00:00
5a777cd2d1
Riot is now Element, and therefore this role has to do a lot of `s/riot/element/g`. There's still a few references to riot here and there, but fixing those depends on external changes. This does not attempt any automatic migration, you will need to clean up the old webroot or container yourself. BREAKING CHANGE: role name and variable names have changed
22 lines
555 B
ReStructuredText
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]'
|