Many of the commands expect the -sock and -cid flags. However as I start generalizing the tool to work on other container setups, this might not be as viable. It's possible that I either break them out into separate tools. One for Docker, one for LXC, one for Kubernetes, etc... Or I implement several modules into the program, and allow them to be loaded and unloaded via command line args.
Many of the commands expect the
-sockand-cidflags. However as I start generalizing the tool to work on other container setups, this might not be as viable. It's possible that I either break them out into separate tools. One for Docker, one for LXC, one for Kubernetes, etc... Or I implement several modules into the program, and allow them to be loaded and unloaded via command line args.