docker-machine-oneview
docker-machine-oneview copied to clipboard
docker_os_build_plan.sh needs package manager updates
We should update the package manager with something like
sudo yum -y update
or
sudo apt-get install update
If provisioner doesn't find a package it fails...during docker provisioning.
Alternatively we could recommend using --engine-install-url "https://get.docker.com"