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
- Log in to your Docker account.When logging in, use your Docker ID, not your Docker Hub e-mail address.
- Configure yourdocker-compose.ymlfile to match your environment and deployment needs.
- Ensure the SSG LICENSE is configured (volume mount the license file or use theSSG_LICENSEenvironment variable).
- Accept the End User License Agreement.
- Run thedocker-compose upcommand 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
- Update thedocker-compose.ymlfile.
- Re-run thedocker-compose upcommand. This command redeploys only the updated services.