org.fusesource.fabric.commands.containerStop.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-commands Show documentation
Show all versions of fabric-commands Show documentation
Fuse Fabric :: Karaf Commands
The newest version!
Using alternate credentials
---------------------------
Each time a container is created Fabric stores the credentials used to create the container and will reuse them for all lifecycle operations (start, stop, delete).
If the credentials have changed then the updated credentials need to be specified as options.
Each container type (child, ssh, jclouds) uses different kind of credentials, as described below:
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.
Examples:
fabric:container-stop --user --password child1
fabric:container-stop --password ssh1
fabric:container-stop --password cloud1
© 2015 - 2025 Weber Informatics LLC | Privacy Policy