machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
889 stars 73 forks source link

Actually support CPU -1 for all available CPUs #36

Closed johanneswuerbach closed 8 years ago

johanneswuerbach commented 8 years ago

The help states Number of CPUs for the machine (-1 to use the number of CPUs available), but this wasn't actually implemented yet.

zchee commented 8 years ago

@johanneswuerbach Good catch! LGTM.