Skip to content

Instantly share code, notes, and snippets.

@jclaret
Last active March 18, 2020 19:35
Show Gist options
  • Save jclaret/a93e71eebc54994f2ae94964c18762ce to your computer and use it in GitHub Desktop.
Save jclaret/a93e71eebc54994f2ae94964c18762ce to your computer and use it in GitHub Desktop.
OpenShift in Action
oc login -u dev -p dev https://ocp-1.192.168.122.100.nip.io:8443
oc login -u system:admin
oc new-project image-uploader --display-name='Image Uploader Project'
oc new-app centos/ruby-22-centos7~https://github.com/openshift/ruby-ex.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment