Installing the Cloud Resolver Docker image - BlueCat Cloud Resolver - 1.1.0

BlueCat Cloud Resolver Administration Guide

Locale
English
Product name
BlueCat Cloud Resolver
Version
1.1.0

The following section outlines the steps to deploy Cloud Resolver on a system with Docker installed.

To install the Cloud Resolver Docker image:
  1. From the Linux console of a host machine with internet access, log in to your Quay account using the following command:
    docker login quay.io
  2. At the prompt, enter your Quay user name and password.
  3. Pull the latest Cloud Resolver image using the following command:
    docker pull quay.io/bluecat/cloud_resolver:1.1.0
  4. Run the Cloud Resolver image using the following command:
    docker run -d \
    -p 53:53 \
    -p 8080:8080 \
    -p 8090:8090 \
    -p 9000:9000 \
    -p 9050:9050 \
    -p 9090:9090 \
    --name <cloud_resolver_container_name> \
    quay.io/bluecat/cloud_resolver:1.1.0

    For more information on the description of port usage, refer to the "Network requirements" section of Prerequisites.