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 `_, and start building images from your Ansible playbooks. -Use the 'shipit' command in `ansible-container `_ +Use the *shipit* command in `ansible-container `_ to launch your docker-compose file on `OpenShift `_. 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 `_ .. code-block:: bash - $ pip install docker-compose>=1.7.0 + $ pip install 'docker-compose>=1.7.0' Connecting to the Docker API