Skip to content

Instantly share code, notes, and snippets.

@jcantrill
Created August 10, 2015 16:29
Show Gist options
  • Save jcantrill/11251654ffdfc7c28e9b to your computer and use it in GitHub Desktop.
Save jcantrill/11251654ffdfc7c28e9b to your computer and use it in GitHub Desktop.
[jeff.cantrill@decker openshift]$ oc new-app 127.0.0.1/jcantrill/hello-openshift -o json
{
"kind": "List",
"apiVersion": "v1",
"metadata": {},
"items": [
{
"kind": "ImageStream",
"apiVersion": "v1",
"metadata": {
"name": "hello-openshift",
"creationTimestamp": null
},
"spec": {
"dockerImageRepository": "jcantrill/hello-openshift:latest"
},
"status": {
"dockerImageRepository": ""
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment