Official Ubuntu Docker image using OpenShift specific guidelines, built to run on Openshift/Kubernetes/Docker environment.
# Deploy Ubuntu
$ oc new-app --name=ubuntu jefferyb/openshift-ubuntu# Deploy Ubuntu
$ kubectl run ubuntu --image=jefferyb/openshift-ubuntu# Deploy Ubuntu
$ docker run -itd --name ubuntu jefferyb/openshift-ubuntu