Skip to content

Krusty84/Docker-Polarion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is a set of scripts that will allow you to containerize the excellent ALM system Polarion from Siemens Digital Industries Software

  1. Download the contents of the Polarion 22 R2 folder
  2. Place PolarionALM_22_R2_linux.zip near the Dockerfile
  3. Build the image: docker build -t polarion_v22r2 .
  4. Launch a container with Polarion: docker run -d --name polarion22r2 -p 9999:80 -e ALLOWED_HOSTS="The IP address of your Docker Engine on which the container with Polarion will be exposed" polarion_v22r2

for example: docker run -d --name polarion22r2 -p 9999:80 -e ALLOWED_HOSTS="192.168.249.66" polarion_v22r2 After some time you will be able to access your containerized Polarion: http://192.168.249.66:9999/polarion