-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #656: do not force network removal by default
* Remove `-f` flag when removing network with `podman network rm`, so that containers using the network won't be removed by default. * Add `force` option (default False) to `podman_network`, which uses `-f` and removes containers using the network Signed-off-by: Chris Xiao <[email protected]>
- Loading branch information
Showing
1 changed file
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters