An example of Legacy Application, containerized in OpenShift
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nicolas Massé 009bf20285 doc 8 years ago
share add a perl example 8 years ago
Dockerfile Fix permissions to invoke Yum 8 years ago
README.md doc 8 years ago

README.md

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

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.