이 콘텐츠는 선택한 언어로 제공되지 않습니다.

fabric:container-create



Name

fabric:container-create, container-create — creates one or more Fabric Containers

Synopsis

fabric:container-create [ --help ] {[ --parent ParentID ] | [ --url URL ]} [ --proxy-uri ProxyURI ] [ --ensemble-server ] [ --profile ProfileID ] [ --resolver policy ] [ --version Version ] [ --jvm-opts JvmOpts ] { Name } [ Number ]

Examples

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.
Child container
To create a child container, specify a URL in the following format:
child://ParentName
Where ParentName is the name of the child's parent container.
Cloud container
To create a cloud container, specify a URL in the following format:
jclouds://ProviderId?imageId=ImageID&locationId=LocationID&group=Group&user=User
For a detailed explanation of the options appearing in this URL, see fabric:container-create-cloud.
SSH container
To create an SSH container with username and password credentials, specify a URL in the following format:
ssh://User:Password@Host:Port
Where User and Password are the credentials for logging in to the machine at Host:Port, through the SSH protocol.
To create an SSH container with username and private key credentials, specify a URL in the following format:
ssh://User@Host:Port?privateKeyFile=KeyPath
Where KeyPath is the pathname of the private key file on the local filesystem.

Arguments

Table 8.8, “fabric:container-create Arguments” describes the command's arguments.
Table 8.8. fabric:container-create Arguments
ArgumentInterpretation
--helpDisplays the online help for this command
--parentSpecifies the parent container's ID.
--urlSpecifies the URL of the new container.
--proxy-uriSpecifies the Maven proxy URI to use.
--ensemble-serverSpecifies if the new container should be a Fabric Server.
--profileSpecifies a list of profiles to deploy into the new container.
--resolverSpecifies how the container will report its address to other containers. Valid values are localip, localhostname, publicip, publichostname, manualip. For more information see fabric:container-resolver-set.
--versionSpecifies the version of the profiles used by the new container. Defaults to the current default version.
--jvm-optsSpecifies options to pass to the container's JVM.
NameSpecifies the name of the new container. When creating multiple containers, the name serves as a prefix.
NumberSpecifies the number of containers that should be created.
Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

© 2024 Red Hat, Inc.