mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 19:58:28 +00:00
* Fix handling of command and entrypoint in a backwards-compatible way. * Fix copy'n'paste error. * Fix some more. * Improve documentation. * Keep command and entrypoint as lists and not as strings. * Simplify code, since we're already emitting the deprecation warning in this case during parameter processing. * Change default only in community.docker 3.0.0. * Update tests/integration/targets/docker_container/tasks/tests/options.yml Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com> * Apply suggestion to more places. Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| .keep | ||
| 162-docker_container_publish_all_option.yml | ||
| 174-docker_compose-env_file.yml | ||
| 178-docker_container-container.yml | ||
| 181-docker_container-allow-anonymous-volume-mounts.yml | ||
| 182-docker_compose-fix-start-keyword-failures.yml | ||
| 183-info-check_mode.yml | ||
| 186-docker_container-command-entrypoint.yml | ||