Push the SecurityServer/CP5 Container Image to DockerHub Registry

You can also push the image to your own private repository.

DockerHub is the centralized repository from which you can upload and have a ready-to-use SecurityServer/CP5 container image available.

  1. Give the tag to SecurityServer/CP5 Image created using the below command.

›_ Console

# docker tag <image_name>:1 <user-name>/<image_name>:1

  1. Push the locally created SecurityServer/CP5 Image to DockerHub Private Repository.

›_ Console

# docker push <user-name>/<image_name>:1

tmphnxgflo4.png

Push image to Docker Hub private repository

In case of any unexpected error, troubleshoot accordingly.