forked from rjminsha/pipeline_service_docker_deployer_ice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLanguage_en.properties
15 lines (13 loc) · 1.32 KB
/
Language_en.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
ExtName=IBM Container Service
ExtDesc=Provides a set of default deployment patterns for Containers on the IBM Container Service. Containers are typically built using the Docker Builder, and images are stored in the tenants Container Registry.
ExtMsg=(Beta) To leverage this extension you must be enabled for the IBM Container Service on Bluemix. You can verify this by signing into <a href="https://console.ng.bluemix.net/">Bluemix</a>, and selecting 'Create Container'.
CONTAINER_NAME_KEY=Name
CONTAINER_NAME_DESC=The base name of the container or group that will be started. This can also be set on the stage environment.
COMMAND_KEY=Deployer Script
COMMAND_DESC=Default script uesd to start a container.
DEPLOY_TYPE_KEY=Deployment strategy
DEPLOY_TYPE_DESC=The type of desired deployment. This can be also set using the DEPLOY_TYPE environment property. Valid values include simple, red_black. simple: simply deploy a container or group and set the inventory. red_black: deploy new container, assign floating IP address or router, keep the previous deployment and remove any older deployments.
PORT_KEY=PORT
PORT_DESC=Published port for the container. If you wish to expose more ports or adjust the deployment scripts, fork the sample scripts below and include within the command below.