Created
August 10, 2015 16:29
-
-
Save jcantrill/11251654ffdfc7c28e9b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[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