community.docker/plugins/module_utils
daeseokyoun 18ccec6b10
common: correct error message for docker sdk version (#125)
Annouced that 5.0.0 in Docker SDK for Python do not support Python 2.7 anymore.
When the system use Python 2.7, and run "pip install docker" command to
install Docker SDK for Python module. Then the 5.0.0 will be installed.

When occurred the error for mismatching version for Python 2.7, the user
could not feature it out why it failed.

Co-authored-by: Daeseok Youn <daeseok.youn@navercorp.com>
2021-04-16 23:53:20 +02:00
..
__init__.py Initial commit 2020-10-30 07:05:50 +01:00
common.py common: correct error message for docker sdk version (#125) 2021-04-16 23:53:20 +02:00
socket_handler.py Add docker_container_exec module (#105) 2021-04-06 23:53:17 +02:00
socket_helper.py Add docker_container_exec module (#105) 2021-04-06 23:53:17 +02:00
swarm.py Initial commit 2020-10-30 07:05:50 +01:00