STUDY/DOCKER | K8S
-
M1 minikube 설치STUDY/DOCKER | K8S 2022. 4. 3. 23:29
https://github.com/kubernetes/minikube GitHub - kubernetes/minikube: Run Kubernetes locally Run Kubernetes locally. Contribute to kubernetes/minikube development by creating an account on GitHub. github.com homebrew가 설치 되었으니 minikube는 아래 명령어로 설치했다. brew install minikube 버젼확인하면 정상적으로 출력됨을 볼 수 있다 minikube version 가상머신을 실행하려고 아래 명령어를 입력하면 minikube start --driver=hyperkit 아래와 같은 에러가 뜬다 😄 Darwin 12.2..
-
Docker설치하기 (MAC intel / M1)STUDY/DOCKER | K8S 2021. 2. 11. 19:57
Intel 1. docker.com 사이트에 접속하여 get-started로 들어간다. www.docker.com/get-started Get Started with Docker | Docker Learn about the complete container solution provided by Docker. Find information for developers, IT operations, and business executives. www.docker.com 2. Download for MAC을 클릭하면, .dmg파일을 다운 받을 수 있다. 3. .dmg파일을 실행시키고, docker를 applications로 drag and drop을 해주면 된다. 4. 끝나면 아래와 같이 docker를 응용프로그..