Accessing Docker image Help

You can access HCL Commerce Docker image Help documents directly on your environment. Use the Help documents to learn about the parameters that you need to specify to deploy a container.

Before you begin

Ensure that you loaded the Docker images on your host machine.

Procedure

  1. Find the Docker image for which you need help.
    docker images
  2. Run the following command to view the Help document for a specific Docker image.
    docker run -it -e LICENSE=accept <IMAGE_ID> help
    Use the REPOSITORY:TAG or the IMAGE ID.