Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.Ce contenu n'est pas disponible dans la langue sélectionnée.
7.13. fabric:container-delete
Abstract
Synopsis Copier lienLien copié sur presse-papiers!
fabric:container-delete
[
--help
] [
--user user
] [
--password password
] [
-f, --force
] [[
-r
] | [
--recursive
]] {
GlobList
}
Description Copier lienLien copié sur presse-papiers!
-r
option.
fabric:ensemble-remove
.
Arguments Copier lienLien copié sur presse-papiers!
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 Copier lienLien copié sur presse-papiers!
- 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