ddd391c8b0
Mask disabled category from action by default
2022-07-27 21:48:47 -05:00
98ec553778
Release version v1.1.2
2022-07-27 01:02:10 -05:00
84c431c8d4
Pull images if necessary before creating. Add pull command.
2022-07-27 01:01:24 -05:00
787c06e4d1
Release version v1.1.1
2022-07-26 15:22:55 -05:00
c5dc8ba3ed
Clean up error handling, logging, and completion
2022-07-26 15:22:38 -05:00
16cf7fdf41
Add show subcommand
2022-07-26 15:22:06 -05:00
aa5eeaddb2
Release version v1.1.0
2022-07-25 10:19:41 -05:00
25297fc604
Add rm
command
2022-07-25 10:19:08 -05:00
53272b0da9
ls: add CREATED and RUNNING columns
2022-07-25 10:18:58 -05:00
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
c2ae18fed9
Release version v1.0.9
2022-07-21 17:18:58 -05:00
959ffec79b
Add RUNNING column to ls
output
2022-07-21 17:17:26 -05:00
790c2a89ce
Release version v1.0.7
2022-07-19 19:50:50 -05:00
a08bce3759
Release version v1.0.6
2022-07-19 19:05:57 -05:00
94c29f9d6e
Don't bomb out when config file not found, just warn
2022-07-19 19:05:23 -05:00
5f0089c5a1
Release version v1.0.5
2022-07-19 14:38:41 -05:00
349cc65d40
Add version command
2022-07-19 14:38:29 -05:00
cdbdae8804
Release version v1.0.4
2022-07-19 14:36:38 -05:00
d36f1ac0d5
Fix lint issues
2022-07-19 11:26:14 -05:00
6ed4f11da3
Add stop subcommand
2022-07-19 11:25:48 -05:00
f74dc50392
Rest of commands; tooling including conditional command types
2022-07-18 19:47:05 -05:00
61b7fe55a0
Convert project structure to cobra; many other changes. WIP.
...
- Factor out various components to different packages
- Add abstract command package to allow for calling go funcs etc. at
runtime.
2022-07-18 10:10:24 -05:00
598ed0d427
Fix default struct tag
2022-07-17 12:00:56 -05:00
0049fb818c
Initial commit
2022-07-14 13:52:28 -05:00