docker 기반으로 minikube를 설치합니다. 먼저 Docker를 설치하고 진행합니다. kubernetes를 간단하게 테스트할수 있는 도구 입니다. 1) Docker 설치 cat docker-install-ubuntu.sh sudo apt-get remove docker docker-engine docker.io containerd runc sudo apt-get update sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common -y curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-ke..