brew install minikube
brew install hyperkit
minikube config set driver hyperkit
minikube start --memory 8192 --cpus 5 --disk-size=80GB
brew install docker
# point docker to the minikube env
eval $(minikube -p minikube docker-env)
# validate setup
docker ps
# pro use: access VM in hyperkit
docker run -it --rm --privileged --pid=host justincormack/nsenter1
Last active
January 16, 2022 11:36
-
-
Save rmetzger/e556bfda8082bceeae6a32e7e0208bb6 to your computer and use it in GitHub Desktop.
Free Docker on Mac Alternative using Hyperkit from minikube
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maybe
minikube ssh 'sudo ip link set docker0 promisc on'