Changelog
- d756a6b Add CreateContainer to the Runtime interface
- e8ead57 Add container netns mode for docker
- e8ee4bf Add container netns mode to podman runtime
- f9b8e9c Add docs for container network-mode
- 8a9aea4 Add force option to the container removal in podman
- bd06b5d Add more descriptive errors
- efeccdb Add postStartActions method to docker & podman runtimes; normalize cID param name
- 03ace37 Fix error handling in cvx deploy
- f8dd8bd Fix merge conflits with upstream
- 3c04645 Fix params
- 907286c Fix podman CreateContainer method
- 79ed2aa Fix podman CreateContainer, this time for real
- e42a328 Fix podman StartContainer method
- 1c7b10f Merge branch 'main' into refactor-CreateCont
- 2b6636d Merge branch 'main' into shared-netns-support
- 874acd2 Merge pull request #784 from srl-labs/test-podman-ci-build
- e81ea32 Merge pull request #785 from LimeHat/shared-netns-support
- bda571f Merge pull request #788 from srl-labs/iptables-fwd
- 4a61a25 Merge pull request #789 from LimeHat/refactor-CreateCont
- abcf47e Merge pull request #790 from srl-labs/iptables-rules-runtime
- 734786b Merge pull request #793 from tobbbles/main
- c6ff217 Merge pull request #794 from srl-labs/rn-0.24
- 94f58de More '%s' -> %q for fmt
- 743ddbf Refactor CreateContainer into CreateAndStart
- 8fb7608 Refactor deploy methods to use Create / Start container
- a2920f5 Refactor linux deploy as well
- de72693 Remove CreateAndStart from containerd
- d719693 Remove CreateAndStart runtime method, add interface{} return to StartContainer
- 09be1ce Remove empty slashes
- 35dec74 Remove stale todo item
- 161fcb1 added Mgmt() runtime func to retrieve mgmtnet settings
- 3dfd3bb added check before deletion attempt
- f44213c added doc
- 1b1aa1c added inline code comments
- c183acf added more community posts
- 49b1b76 added removal of iptables fwd rule
- dd49639 added rn 0.24
- 077eba1 added rule creation
- 213d57c added test for iptables allow rule
- bb43da2 bump rf and fix tests
- f1023cd check slice len
- bae4bca doc fixes
- 5dc4791 document ansible inventory for linux node kinds and ansible_docker_host behaviour
- 99cab72 fix log messages
- fd74f9f made sure new flag is honored
- 858076d moved external-access handling to initMgmtNetwork
- b164513 parse ansible-no-host-var label and optionally generate ansible_host if not set
- e6379b0 refcatored iptables rules mgmt with runtimes
- cc06fa8 remove outdated documentation
- f6aea59 removed sudo and added const strings
- 1d0a824 removed unused parameters
- 21a0e12 renamed netns to netMode
- 5d9c693 scope iptables rules mgmt for docker only
- 6b67743 scoped destroyFn func
- ddbdc5a scoped out deployFn
- 6b33df0 styling fixes
- c105101 update documentation for ansible-no-host-var
- 6f0d211 use oras project repo
- 851371a write container name as ansible_docker_host if linux node kind is used