Skip to content

solution

Terskikh Maria edited this page Dec 6, 2017 · 4 revisions

The chkit solution command is used to launch solutions on Containerum platform.

The command automatically creates a Deployment and a Service.

Command syntax

To execute chkit solution command, you need to specify one of the following commands:

Command Description
list print list of Solutions
run launch Solution

and a parameter:

Flag Parameter Description
IMAGE image name

Optional parameters:

Flag Parameter Description
--help or -h print usage info
--env or -e ENV environment variables for a container in the Pod
--debug or -d print system info on command execution
IMAGE environment variables for a container in the Pod
$ chkit [--debug -d ] solution list|run IMAGE
[--env -e «KEY=VALUE»]
[--help | -h]

Example

Let's launch our Solution for front-end developers:

$ chkit solution run containerum/webpack-3.8-ssh-solution -e USER=react -e USER_PASS=12345678 -e NAME=sol -e CPU=500m -e RAM=500Mi