Joel D. Elkins b758f04a50 Migrate to podman API rather than cli
Large change greatly expanding the linked footprint of this little
utility, but it is much faster and adds a couple of very nice features:

- set container sysctl settings to disable router advertisements as part
  of container definition. this means we no longer need to do this via
  `ip netns exec <container> sysctl -w ...` (followed by
  `ip netns exec ip -6 a flush...`). Major win.
- able to very quickly ascertain creation and run state of defined
  containers.
2022-07-25 10:13:36 -05:00
2022-07-25 10:13:36 -05:00
2022-07-25 10:13:36 -05:00
2022-07-25 10:13:36 -05:00
2022-07-19 11:26:37 -05:00
2022-07-19 14:38:29 -05:00

ccl

A tool to manage a set of podman containers.

Usage

Refer to ccl help

Configuration

Create /etc/ccl.toml

Author

Joel D. Elkins joel@elkins.com

Description
Utility to manage podman containers
Readme MIT 383 KiB
Languages
Go 99.7%
Shell 0.3%