ERROR: failed to create cluster: failed to get docker info

(ERROR: failed to create cluster: failed to get docker info: command "docker info --format '...'" failed with error: exec: "docker": executable file not found in $PATH에서 넘어옴)

1 개요[ | ]

ERROR: failed to create cluster: failed to get docker info
# 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:
# 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 조치 방법[ | ]

조치 후
# kind create cluster
Creating cluster "kind" ...
⢎⡀ Ensuring node image (kindest/node:v1.29.2) 🖼

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}