Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 801 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 801 Bytes

docker-cyberark

CPM

  1. Install Docker Desktop on Windows with support for Hyper-V backend and Windows Containers.

  2. After starting Docker Desktop, switch to Windows containers.

  3. Download and place the installation archive for the Central Policy Manager 12.1.1 release in InstallFiles. Do not unzip.

  4. Run docker build -t cpm . to build the image.

  5. 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