Closed
Description
Examples:
# Try to create an application based on the source code in the current directory
$ osc new-app .
$ Use the public Docker Hub MySQL image to create an app
$ osc new-app mysql
# Use a MySQL image in a private registry to create an app
$ osc new-app myregistry.com/mycompany/mysql
There's not an indication that you can point at a git repo directly. This works:
osc new-app https://github.com/openshift/simple-openshift-sinatra-sti.git
simple-openshift-sinatra
simple-openshift-sinatra-sti
simple-openshift-sinatra-sti
simple-openshift-sinatra-sti
Service "simple-openshift-sinatra" created at 172.30.17.20:8080 to talk to pods over port 8080.
A build was created - you can run `osc start-build simple-openshift-sinatra-sti` to start it.
Metadata
Metadata
Assignees
Labels
No labels