Files
community.general/lib/ansible/modules/cloud
Andrew Shewmaker f5fd32eae6 docker_container: do not split command on commas (#24900)
* docker_container: do not split command on commas

Fix issue #24430

* docker_container: document command parameter

Prior behavior was strange, splitting strings on commas
only to join them again ... replacing commas with spaces.

FYI, docker-py accepts strings or lists, using shlex.split
on strings ... splitting on spaces while respecting things
like quotes.

https://github.com/docker/docker-py/blob/master/docker/api/container.py
https://github.com/docker/docker-py/blob/master/docker/types/containers.py
https://github.com/docker/docker-py/blob/master/docker/utils/utils.py

More info regarding Dockerfile syntax for CMD strings and lists
can be found at https://docs.docker.com/engine/reference/builder/#cmd
2017-05-22 15:39:57 -07:00
..
2017-04-26 08:21:08 -07:00
2017-04-27 12:01:11 +01:00
2017-04-27 12:01:11 +01:00
2017-03-14 09:07:22 -07:00
2017-03-22 20:50:28 -05:00
2017-03-14 09:07:22 -07:00
2017-03-14 09:07:22 -07:00
2017-05-12 08:42:52 -04:00
2017-03-14 09:07:22 -07:00
2017-03-22 20:50:28 -05:00
2016-12-08 11:22:22 -05:00