Start the Container Gateway in Docker

This topic describes how to deploy the Container Gateway image in a Docker environment using docker-compose.
gateway
This topic describes how to deploy the Container Gateway image in a Docker environment using
docker-compose
.
Contents:
Deploy the Container Gateway in Docker
  1. Log in to your Docker account. 
    When logging in, use your Docker ID, not your Docker Hub e-mail address.
  2. Configure your 
    docker-compose.yml
     file to match your environment and deployment needs.
    1. Ensure the SSG LICENSE is configured (volume mount the license file or use the
      SSG_LICENSE
       environment variable).
    2. Accept the End User License Agreement.
  3. Run the
    docker-compose up
    command to pull the Container Gateway image, create a container, and run it.After Container Gateway is started, you can either verify the health of the container or log in to the Policy Manager. For more information, see Perform Health Checks in Docker and Connect the Policy Manager in Docker.
Update your Container Gateway
  1. Update the
    docker-compose.yml
     file.
  2. Re-run the 
    docker-compose up
     command. This command redeploys only the updated services.