Skip to content

aaearon/docker-cyberark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

Releases

No releases published

Packages

No packages published