Matrix Docker Ansible eploy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- *******
- 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
-
- $ python3 -m pip install 'molecule[docker]'
|