An open API service indexing awesome lists of open source software.

https://github.com/krusty84/docker-polarion

Polarion in Docker container.
https://github.com/krusty84/docker-polarion

alm docker docker-image polarion polarion-alm siemens

Last synced: 7 months ago
JSON representation

Polarion in Docker container.

Awesome Lists containing this project

README

          

This is a set of scripts that will allow you to containerize the excellent ALM system **[Polarion](https://polarion.plm.automation.siemens.com/en/application-lifecycle-management-alm-tool-trial)** from **[Siemens Digital Industries Software](https://www.sw.siemens.com/en-US/)**

1. Download the contents of the [Polarion 22 R2](https://github.com/Krusty84/Docker-Polarion/tree/main/Polarion%2022%20R2) 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