Skip to main content

Install with Docker

The Pomerium Enterprise Docker image is available at a private Cloudsmith Docker registry.

To access the Pomerium Enterprise Docker image:

  1. In your terminal, run the following command:
docker login docker.cloudsmith.io
  1. Enter your username and password:
 % docker login docker.cloudsmith.io
Username: <username>
Password: <password>
  1. Pull a specific tagged release of the Pomerium Enterprise image:
docker pull docker.cloudsmith.io/pomerium/enterprise/pomerium-console:${vX.X.X}

See the Enterprise Quickstart for instructions to run and deploy the Enterprise Console with Docker Compose.