Clarify that uninstalling docker-py can break docker (and vice versa). (#43238)

This commit is contained in:
Felix Fontein 2018-08-28 18:53:43 +02:00 committed by John R Barker
parent d31e25acbd
commit ed22efb2a6
8 changed files with 23 additions and 8 deletions

View file

@ -432,7 +432,9 @@ requirements:
(see L(here,https://github.com/docker/docker-py/issues/1310) for details).
For Python 2.6, C(docker-py) must be used. Otherwise, it is recommended to
install the C(docker) Python module. Note that both modules should I(not)
be installed at the same time."
be installed at the same time. Also note that when both modules are installed
and one of them is uninstalled, the other might no longer function and a
reinstall of it is required."
- "Docker API >= 1.20"
'''