Installing HCL Traveler on Docker

Begin here to install Traveler on Docker.

About this task

HCL Traveler Install packages are found on the HCL Software Portal.

Procedure

  1. Download the Traveler Docker web kit.
  2. From the Docker terminal, load the traveler-docker tar archive file provided in the web kit to Docker:
    docker load --input <tar archive file>
    For example:
    docker load --input traveler-container.tgz
    Note: If you use podman, the command is:
    podman load --input traveler-container.tgz
    For details on configuring and running Traveler on Docker, see Configuring HCL Traveler on Docker.