docker-machine-oneview icon indicating copy to clipboard operation
docker-machine-oneview copied to clipboard

docker_os_build_plan.sh needs package manager updates

Open sfc-gh-eraigosa opened this issue 9 years ago • 0 comments

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"

sfc-gh-eraigosa avatar Jun 04 '16 14:06 sfc-gh-eraigosa