kubecfg [options] run <image> <replicas> <controller-name>
```
This command creates a Kuberenetes ReplicaController object which creates `<replicas>` copies of the container named by `<image>`, the newly created ReplicaController is named `<controller-name>`
##### Example
```
kubecfg -p 8080:80 run dockerfile/nginx 2 myNginxController