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:
-
Download the 18.12.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 <gateway directory>:/bluecat_gateway/ -v <logs directory>:/logs/ -e BAM_IP=<your bam ip> -e LOCAL_USER_ID=<userid> --name bluecat_gateway quay.io/bluecat/gateway