1 개요[ | ]
- ERROR: failed to create cluster: failed to get docker info
Console
Copy
# kind create cluster
ERROR: failed to create cluster: failed to get docker info: command "docker info --format '{{json .}}'" failed with error: exec: "docker": executable file not found in $PATH
Command Output:
Console
Copy
# docker
Command 'docker' not found, but can be installed with:
apt install docker.io # version 24.0.5-0ubuntu1~22.04.1, or
apt install podman-docker # version 3.4.4+ds1-1ubuntu1.22.04.2
2 조치 방법[ | ]
조치 후
Console
Copy
# kind create cluster
Creating cluster "kind" ...
⢎⡀ Ensuring node image (kindest/node:v1.29.2) 🖼
3 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.