-1. In your terminal, run the following command:
+Sign in to the private Cloudsmith registry:
```shell
docker login docker.cloudsmith.io
```
-2. Enter your
username and
password:
+Enter the Cloudsmith username and password provided by Pomerium.
-```shell
-% docker login docker.cloudsmith.io
-Username:
-Password:
-```
+For Cloudsmith entitlement-token credentials, use `pomerium/enterprise` as the username and the entitlement token as the password.
-3. Pull a specific tagged release of the Pomerium Enterprise image:
+Then pull the Enterprise Console image used by this guide:
```shell
-docker pull docker.cloudsmith.io/pomerium/enterprise/pomerium-console:${vX.X.X}
+docker pull docker.cloudsmith.io/pomerium/enterprise/pomerium-console:v0.32.1
```
-
-