Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
9.13. fabric:container-delete
Abstract
Synopsis Link kopierenLink in die Zwischenablage kopiert!
fabric:container-delete
[
--help
] [
--user user
] [
--password password
] [
-f, --force
] [[
-r
] | [
--recursive
]] {
GlobList
}
Description Link kopierenLink in die Zwischenablage kopiert!
-r
option.
fabric:ensemble-remove
.
Arguments Link kopierenLink in die Zwischenablage kopiert!
Argument | Interpretation |
---|---|
--help | Displays the online help for this command. |
--user | Specifies the username of the user performing this action. |
--password | Specifies the password of the user performing this action. |
-f, --force | Forces execution of the command, regardless of the known state of the container. |
-r, --recursive | Recursively stops and deletes all child containers. |
GlobList | (Required) Specifies the list of containers to delete, separated by spaces. Globbing is supported as follows: ? , matches zero or one characters; * , matches zero or more characters. |
Using alternative credentials Link kopierenLink in die Zwischenablage kopiert!
- Child containers: Use the JMX credentials of the parent container.
- SSH containers: Use the SSH credentials of the target host.
- JClouds containers: Use the ssh credentials of the instance.
fabric:container-delete --user NewJmxUserOfParent --password NewJmxPasswordOfParent child1 fabric:container-delete --password NewSshPasswordOfTargetHost ssh1 fabric:container-delete --password NewSshPasswordOfTargetHost cloud1
fabric:container-delete --user NewJmxUserOfParent --password NewJmxPasswordOfParent child1
fabric:container-delete --password NewSshPasswordOfTargetHost ssh1
fabric:container-delete --password NewSshPasswordOfTargetHost cloud1