Installing BlueCat Gateway from Customer Care - Platform - BlueCat Gateway - 22.4.1

Gateway Installation Guide

Locale
English
Product name
BlueCat Gateway
Version
22.4.1

If you need to download the Gateway image from a tar file, it must be obtained from BlueCat Customer Care. Once obtained, copy the tar file to your host machine then use the docker load command to install the image.

To install BlueCat Gateway from Customer Care:

  1. Download the v22.4.1.zip file from BlueCat Customer Care.
  2. Copy the file to the BlueCat Gateway host machine.
  3. From the Linux console of the BlueCat Gateway host machine, run the following command:
    docker load -i <path_to_image_tar_file>
  4. Run the following command to start the container:
    docker run -d \
    -p 80:8000 \
    -p 443:44300 \
    -v <path_to_workspace>:/bluecat_gateway/ \
    -v <path_to_workspace>:/logs/ \
    -e BAM_IP=<your bam ip or url> \
    --name bluecat_gateway quay.io/bluecat/gateway:v22.4.1