Execute a command in a container.
Example - execute an interactive shell into the container:
oc exec <pod-name> -i -t /bin/bash
Also see oc rsh.