Oc run: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://docs.openshift.com/ | * https://docs.openshift.com/container-platform/latest/cli_reference/basic_cli_operations.html#run | ||
=Internal= | =Internal= |
Revision as of 20:12, 16 May 2017
External
Internal
Overview
oc run shelly -n pizzaparty-dev --image=openshift3/ose-deployer --command=true -- bash -c 'while true; do sleep 1; done'