Skip to content

Commit

Permalink
--keep-mgmt-net - doc entry
Browse files Browse the repository at this point in the history
  • Loading branch information
steiler committed Jul 8, 2021
1 parent 0a6bee3 commit b9c8361
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/cmd/destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Refer to the [configuration artifacts](../manual/conf-artifacts.md) page to get
#### graceful
To make containerlab attempt a graceful shutdown of the running containers, add the `--graceful` flag to destroy cmd. Without it, containers will be removed forcefully without even attempting to stop them.

#### keep-mgmt-net
Do not try to remove the management network. Usually the management docker network (in case of docker) and the underlaying bridge are being removed. If you have attached additional resources outside of containerlab and you want the bridge to remain intact just add the `--keep-mgmt-net` flag.

#### all
Destroy command provided with `--all | -a` flag will perform the deletion of all the labs running on the container host. It will not touch containers launched manually.

Expand Down

0 comments on commit b9c8361

Please sign in to comment.