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.
- Host: GitHub
- URL: https://github.com/krusty84/docker-polarion
- Owner: Krusty84
- License: mit
- Created: 2024-05-09T14:15:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-05T10:47:23.000Z (about 1 year ago)
- Last Synced: 2025-01-10T22:44:42.978Z (9 months ago)
- Topics: alm, docker, docker-image, polarion, polarion-alm, siemens
- Language: Shell
- Homepage: https://polarion.plm.automation.siemens.com/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
![]()