2.2. Prerequisites for a Docker Compose Deployment

In order to install Tungsten Dashboard using the Docker Compose method you will require a host configured with the following minimum requirements:

2.2.1. Docker

To install Docker, follow the installation documentation per linux distribution on the official docker documentation

To confirm the installation run:

shell> docker --version

2.2.2. docker-compose

To install docker-compose, follow the official docker-compose documentation

To confirm the installation run:

shell> docker-compose --version