From the course: Learning HashiCorp Vault

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Running the containers

Running the containers - Vault Tutorial

From the course: Learning HashiCorp Vault

Start my 1-month free trial

Running the containers

- [Instructor] I'm going to demonstrate how to start the containers that support the integration exercises in this course. The Exercise Files include everything you need to start vault and several other servers as containers. If you haven't already, you'll need to download the Exercise Files. Open a terminal and switch to the Exercise Files directory. Make sure you don't have any other vaultservers running in any other terminals. Execute this command, docker-compose -version. You should see this output, or something like it. If not, refer to the environment setup video in this course for instructions on how to setup docker for your platform. Now execute this command from the root of the Exercise Files directory, docker-compose up -d. The first time you execute this command, docker will download and build some images. This may take a few minutes, depending on your Internet connection speed. Once the images are ready, docker will start four containers: a vaultserver, an ssh server, a…

Contents