Building the CP5 Container Image

You can now build a CP5 container image that contains the setup and files of nginx with Utimaco CP5.

  1. Tag the image with the appropriate version of the Utimaco CP5. In this document, the version is 1.

›_ Console

# cd /root/hsm

# docker build -t cp5image:1 .

12afaace-f9cd-417d-aef2-82f3b95a6035.jpg


cc6833b1-6e7d-4498-ae75-145854720e0e.jpg


574e20af-6b7a-4b20-999f-0f6ad4c0729c.jpg


Building container image output

Building an image may take some time as it performs all the pre-required configuration steps. If you encounter any error in between, verify if DockerFile contains all the above-mentioned content.

  1. Verify that the CP5 container image is created successfully using the command below.

›_ Console

# docker images

86b82ff7-5980-4b37-8dc9-00737fd34c61.jpg


Docker images