Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 task done
haydenseitz opened this issue Jun 24, 2022 · 1 comment · Fixed by #843
Closed
1 task done

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

haydenseitz opened this issue Jun 24, 2022 · 1 comment · Fixed by #843
Labels
docker-plain plain Docker (no swarm, no compose, no stack) feature

Comments

@haydenseitz
Copy link

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

  • I agree to follow the Ansible Code of Conduct
@haydenseitz
Copy link
Author

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

@felixfontein felixfontein transferred this issue from ansible-collections/community.general Jun 24, 2022
@felixfontein felixfontein added the docker-plain plain Docker (no swarm, no compose, no stack) label Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker-plain plain Docker (no swarm, no compose, no stack) feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants