summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchouseknecht <chouseknecht@ansible.com>2016-05-18 14:22:27 -0400
committerchouseknecht <chouseknecht@ansible.com>2016-05-18 15:12:09 -0400
commit7bfc3df933aaaebbe679eb63bc231d56008770cb (patch)
treef56382de9c133877edcfced5c901186ad05329ae
parent1aa39ae78bc0c3cbb36e2ee6dfa658b98e17024c (diff)
downloadansible-7bfc3df933aaaebbe679eb63bc231d56008770cb.tar.gz
Fix italics and version directives.
(cherry picked from commit 0c80b71d71a3ea9ac7e8129afee9c310c13c9021)
-rw-r--r--docsite/rst/guide_docker.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docsite/rst/guide_docker.rst b/docsite/rst/guide_docker.rst
index 3ff363332d..8775b22655 100644
--- a/docsite/rst/guide_docker.rst
+++ b/docsite/rst/guide_docker.rst
@@ -33,7 +33,7 @@ following:
Still using Dockerfile to build images? Check out `ansible-container <https://github.com/j00bar/ansible-container>`_,
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
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
- $ 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>`_
.. code-block:: bash
- $ pip install docker-compose>=1.7.0
+ $ pip install 'docker-compose>=1.7.0'
Connecting to the Docker API