community.docker icon indicating copy to clipboard operation
community.docker copied to clipboard

docker_network: Support for --config-only and --from-config

Open haydenseitz opened this issue 2 years ago • 1 comments

Summary

Recreating this issue

Please support the setting "--config-only" and "--from-config" in docker_network see docs (https://docs.docker.com/engine/reference/commandline/network_create/)

Issue Type

Feature Idea

Component Name

community.docker.docker_network

Additional Information


Code of Conduct

  • [X] I agree to follow the Ansible Code of Conduct

haydenseitz avatar Jun 24 '22 18:06 haydenseitz

My current workaround is to run the full docker command like: docker network create --config-only [...]

haydenseitz avatar Jun 24 '22 18:06 haydenseitz