Skip to content

Deploy a Solution

<!-- Note: This section is used by Tutorial/docs/hands_on/Discovery/02_16.a.ii_Solution_Run-template_Build_Terminal.md -->
<!-- Should this be modified, 02_16.a.ii_Solution_Run-template_Build_Terminal.md might need updating too -->
## Building your simulator on the Terminal

First, head to your simulator folder and run.

```bash
csm flow

Now build the image of the simulator

csm docker build

Then, we'll tag our image

docker tag <SIMULATOR_IMAGE_NAME>:<VERSION_NAME> <CLUSTER_NAME>/<TENANT_NAME>/<IMAGE_NAME>:<VERSION_TAG>

In case of doubt, you can check your images with

docker images

Back

To continue, go back to: