Skip to content
Snippets Groups Projects
Commit cb8e3b60 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update doc about how to install python-docker-py on centos"

parents 4b2233a2 ad573a58
No related branches found
No related tags found
No related merge requests found
...@@ -136,8 +136,16 @@ For Ubuntu 14.04 which uses upstart instead of systemd, run the following: ...@@ -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 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 libraries:
easy to install a newer version:
.. 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:
:: ::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment