I have a template.yaml, dockerfile and myproject.jar . How can I deploy an application in a minishift? I've tried,
oc create -f template.yaml
oc new-app java-app-sample -p APP_NAME=app-sample
but I'm not sure it's right
I have a template.yaml, dockerfile and myproject.jar . How can I deploy an application in a minishift? I've tried,
oc create -f template.yaml
oc new-app java-app-sample -p APP_NAME=app-sample
but I'm not sure it's right