-
Install Docker Desktop on Windows with support for Hyper-V backend and Windows Containers.
-
After starting Docker Desktop, switch to Windows containers.
-
Download and place the installation archive for the Central Policy Manager 12.1.1 release in
InstallFiles
. Do not unzip. -
Run
docker build -t cpm .
to build the image. -
Start the container with
docker run -e ACCEPT_EULA=yes -e PVWA_URL=https://yourpvwa.domain.com -e VAULT_USER=Administrator -e VAULT_PASS=@dminPassword -e VAULT_IP=192.168.0.50 -e CPM_USERNAME=CPM_Docker cpm