TheNewNormal / kube-solo-osx

Local development Kubernetes Solo Cluster for macOS made very simple
Apache License 2.0
575 stars 29 forks source link

Repair docker setup / upgrade #158

Closed martinhoefling closed 7 years ago

martinhoefling commented 7 years ago

Docker does not provide the prebuild docker binaries (1.11.2). Instead a tarball containing a directory 'docker' containing the docker binary with executable bit already set is provided.

rimusz commented 7 years ago

thanks a lot @martinhoefling for this one, that missing docker binary was on my ASAP list. i will test PR tomorrow and cut new version then.

rimusz commented 7 years ago

@martinhoefling could you replace curl -o ~/kube-solo/bin/docker https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION.tgz to curl -O https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION.tgz? as there is no .tgz downloaded.

thanks

rimusz commented 7 years ago

no worries, fixed it myself