mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Add podman rm --depend
This option causes Podman to not only remove the specified containers but all of the containers that depend on the specified containers. Fixes: https://github.com/containers/podman/issues/10360 Also ran codespell on the code Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -95,7 +95,7 @@ type PodNetworkConfig struct {
|
||||
// Map of networks names ot ids the container should join to.
|
||||
// You can request additional settings for each network, you can
|
||||
// set network aliases, static ips, static mac address and the
|
||||
// network interface name for this container on the specifc network.
|
||||
// network interface name for this container on the specific network.
|
||||
// If the map is empty and the bridge network mode is set the container
|
||||
// will be joined to the default network.
|
||||
Networks map[string]types.PerNetworkOptions
|
||||
|
Reference in New Issue
Block a user