fabric:container-delete
Name
fabric:container-delete, container-delete — stops and deletes a Fuse Container
Synopsis
fabric:container-delete
[
--help
] [[
-r
] | [
--recursive
]] {
Name
}
Description
Deleting a Fuse Container deletes all of the files associated with the container from the host.
If the container has children, the default behavior of the command is to leave the children in place. You can force the deletion of the children using the
-r
option.
Note
If the container to be deleted is a Fabric Server, you must first remove it from the ensemble using
fabric:ensemble-remove
.
Arguments
Table 8.13, “fabric:container-delete Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command. |
-r, --recursive | Recursively stops and deletes all child containers. |
Name | Specifies the name of the container to delete. |