Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デフォルトの docker の代わりに containerd で minikube を起動するにはどうすればよいですか?
このようにすることができます(gvisorサイトから)
minikube start --vm-driver="kvm2" --container-runtime=containerd --docker-opt containerd=/var/run/containerd/containerd.sock --docker-env="http_proxy=x.x.x.x:8080" --docker-env="https_proxy=x.x.x.x:8080" start