Launching TDV Containers (Single Node) - Using Docker Compose
Docker Compose is a tool used for running multi-container Docker applications. With this tool, you make use of a YAML file to configure your application’s services.
The Docker Compose version for TDV is 1.24 or higher and the Docker Compose File Format version is 3.5 or higher.
The docker-compose YAML file is available in the edelivery site. Follow these steps to run tool:
| 1. | Download the docker-compose-tdv.yml file on your instance for building Docker images. |
| 2. | Run the following command to run the docker-compose tool: |
$ docker-compose -f docker-compose-tdv.yml up -d