mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-03 14:17:50 +00:00
adding podman network and the subcommands inspect, list, and rm. the inspect subcommand displays the raw cni network configuration. the list subcommand displays a summary of the cni networks ala ps. and the rm subcommand removes a cni network. Signed-off-by: baude <bbaude@redhat.com>
4 lines
112 B
Go
4 lines
112 B
Go
package network
|
|
|
|
// CNIConfigDir is the path where CNI config files exist
|
|
const CNIConfigDir = "/etc/cni/net.d"
|