Fix italics and version directives.
(cherry picked from commit 0c80b71d71
)
This commit is contained in:
parent
1aa39ae78b
commit
7bfc3df933
1 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ following:
|
||||||
Still using Dockerfile to build images? Check out `ansible-container <https://github.com/j00bar/ansible-container>`_,
|
Still using Dockerfile to build images? Check out `ansible-container <https://github.com/j00bar/ansible-container>`_,
|
||||||
and start building images from your Ansible playbooks.
|
and start building images from your Ansible playbooks.
|
||||||
|
|
||||||
Use the 'shipit' command in `ansible-container <https://github.com/j00bar/ansible-container>`_
|
Use the *shipit* command in `ansible-container <https://github.com/j00bar/ansible-container>`_
|
||||||
to launch your docker-compose file on `OpenShift <https://www.openshift.org/>`_. Go from an app on your laptop to a fully
|
to launch your docker-compose file on `OpenShift <https://www.openshift.org/>`_. Go from an app on your laptop to a fully
|
||||||
scalable app in the cloud in just a few moments.
|
scalable app in the cloud in just a few moments.
|
||||||
|
|
||||||
|
@ -47,13 +47,13 @@ installed on the host running Ansible. You will need to have >= 1.7.0 installed.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ pip install docker-py>=1.7.0
|
$ pip install 'docker-py>=1.7.0'
|
||||||
|
|
||||||
The docker_service module also requires `docker-compose <https://github.com/docker/compose>`_
|
The docker_service module also requires `docker-compose <https://github.com/docker/compose>`_
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ pip install docker-compose>=1.7.0
|
$ pip install 'docker-compose>=1.7.0'
|
||||||
|
|
||||||
|
|
||||||
Connecting to the Docker API
|
Connecting to the Docker API
|
||||||
|
|
Loading…
Reference in a new issue