brew install colima
brew install kubectl
brew install docker
brew install docker-compose
colima start --with-kubernetes
colima stop
E.g. when docker run hello-world
command fails.
colima ssh
sudo chown $(whoami) /etc/resolv.conf
sudo sed -i 's/nameserver.*/nameserver 8.8.8.8/g' /etc/resolv.conf
exit