Skip to content

Commit

Permalink
Add a readme for the examples directory
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Oct 21, 2014
1 parent 028bd81 commit 33020c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/README.md
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.

0 comments on commit 33020c6

Please sign in to comment.