From 009bf20285df31be0fd2bdaf00106b1c8b18680a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 5 Feb 2018 10:16:46 +0100 Subject: [PATCH] doc --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fd3e46 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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). + +