C.1 Run MicroTx in a Docker Container on Linux
Use the following commands to run MicroTx in an independent Docker container on Linux operating system.
Before you begin, ensure that you have loaded the MicroTx Docker image and updated the
tcs.yaml
file. The tcs.yaml
file is located at installation_directory/otmm-<version>/otmm/image
in your local machine. This file contains the deployment configuration details for MicroTx. The properties in the tcs.yaml
and tcs-docker-swarm.yaml
files are similar. For information about the configuration details, see Configure the tcs-docker-swarm.yaml File.
Run MicroTx using the configuration details provided in the tcs.yaml
file. Ensure that the tcs.yaml
file is present in the current working directory.
What's next? Install and run sample applications in your environment. See Deploy Sample Applications.
Parent topic: Run MicroTx in a Docker Container in Local Environment