https://github.com/nmasse-itix/openshift-welcome
An example of Legacy Application, containerized in OpenShift
https://github.com/nmasse-itix/openshift-welcome
cgi cgi-application cgi-bin openshift
Last synced: 2 months ago
JSON representation
An example of Legacy Application, containerized in OpenShift
- Host: GitHub
- URL: https://github.com/nmasse-itix/openshift-welcome
- Owner: nmasse-itix
- Created: 2018-02-02T15:39:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T09:16:51.000Z (over 7 years ago)
- Last Synced: 2025-02-12T11:16:26.098Z (4 months ago)
- Topics: cgi, cgi-application, cgi-bin, openshift
- Language: Perl
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An example of Legacy Application (CGI-BIN), containerized in OpenShift
## Description
This project is a proof work that shows how to containerize a legacy application
based on CGI.## How to deploy this app
```sh
oc new-app https://github.com/nmasse-itix/OpenShift-Welcome.git --name welcome --strategy=docker
oc expose svc welcome
```This app is based on the [Red Hat SCL HTTP 2.4 image](https://github.com/sclorg/rhscl-dockerfiles/blob/master/rhel7.httpd24/Dockerfile).