containers

OpenShift Enterprise 3.0 – basic CLI commands

CREATE PROJECT oc whoami Examine user session oc login -u username -p p@ssword log in as a different user oc new-project MY-NEW-PROJECT –display-name=”My New  Example Project” –description=”A new project” Create a project to contain applications oc project Confirmation that the project was successfully created and verify how many project do you have oc get all […]

Read More