If you need to download the DNS Integrity 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:
-
Download the v21.11.2.zip file from BlueCat Customer Care.
-
Copy the file to the BlueCat Gateway host machine.
-
From the Linux console of the BlueCat Gateway host machine, run
the following command:
docker load -i <path_to_image_tar_file>
-
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> \
--name bluecat_gateway quay.io/bluecat/gateway:v21.11.2