diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 521c5663bb552d0682d2075af0f407f8bae90229..dd3e413d9757a2a62209a52268aa31d6ce6eba2e 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -136,8 +136,16 @@ For Ubuntu 14.04 which uses upstart instead of systemd, run the following: On the target hosts you also need an updated version of the Docker python -libraries. CentOS currently ships with an older version. Using pip it is -easy to install a newer version: +libraries: + +.. NOTE:: The old docker-python is obsoleted by python-docker-py. + +:: + + yum install -y python-docker-py + + +Or using pip to install a latest version: ::