We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo -E docker run -d --name "origin" \ --privileged --pid=host --net=host \ -v /:/rootfs:ro -v /var/run:/var/run:rw -v /sys:/sys \ -v /var/lib/docker:/var/lib/docker:rw \ -v /var/lib/origin/openshift.local.volumes:/var/lib/origin/openshift.local.volumes \ openshift/origin start --public-master='https://192.168.99.100:8443'
where 192.168.99.100 is the vmbox address, that you can get by doing docker-machine ls