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.
-
Download the v24.1.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 or url> \
--name bluecat_gateway quay.io/bluecat/gateway:24.1.0