Skip to main content

Quickstart

Prerequisites

Make sure you have Docker and Docker Compose installed on your machine. If not, you can install them by following the official user guides:

Steps

Before running the Docker container, prepare the additional configuration files:

  1. Create a file named docker-compose.yml. Replace {$version} with the current version of the Docker image.

    Sample of the docker-compose.yml file can be found here.

  2. Create a file named config.hcl. Sample of the file config.hcl can be found here.

  3. After configuring your HashiCorp Vault instance, launch the application with a single command:

docker-compose up
Logging into Docker Registry

User: robot.reader.hashicorpvault, Password: FTTGEcruzB_QUf3LBsq+KVV3wYuSx_. Login to the Docker registry using the following command: docker login securosys.jfrog.io -u robot.reader.hashicorpvault

Tips for Dispatched Mode

To start the containers in dispatched mode, use the following command: docker-compose up -d