forked from openshift/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a readme for the examples directory
- Loading branch information
1 parent
028bd81
commit 33020c6
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
OpenShift Examples | ||
================== | ||
|
||
This directory contains examples of using OpenShift and explaining the new concepts | ||
available on top of Kubernetes and Docker. | ||
|
||
* [Hello OpenShift](./hello-openshift) is a simple Hello World style application that can be used to start a simple pod | ||
* [OpenShift Sample](./sample-app) is an end-to-end application demonstrating the full | ||
OpenShift v3 concept chain - images, builds, deployments, and templates. | ||
* [Guestbook](./guestbook) takes the [Kubernetes guestbook](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/examples/guestbook) and combines it into a single **template**, which can parameterize and deploy the entire guestbook in a single call. |