org.fusesource.fabric.commands.containerCreate.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!
This command is a generic container create command. It combines the functionality of the fabric:container-create-child, fabric:container-create-cloud, and fabric:container-create-ssh commands. The type of container that is created, depends on the specified URL, as follows:
* Child container - to create a child container, specify a URL in the format, child://, where is the name of the child's parent container.
* Cloud container - to create a cloud container, specify a URL in the format, jclouds://?imageId=&locationId=&group=&user=
* SSH container - to create an SSH container with username and password credentials, specify a URL in the format, ssh://:@:, where and are the credentials for logging in to the machine at :, through the SSH protocol.
To create an SSH container with username and private key credentials, specify a URL in the format, ssh://@:?privateKeyFile=, where is the pathname of the private key file on the local filesystem.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy