"ERROR: failed to create cluster: failed to get docker info"의 두 판 사이의 차이

16번째 줄: 16번째 줄:
==조치 방법==
==조치 방법==
* [[리눅스 docker 설치]]
* [[리눅스 docker 설치]]
{{소스헤더|조치 후}}
<syntaxhighlight lang='console'>
# kind create cluster
Creating cluster "kind" ...
⢎⡀ Ensuring node image (kindest/node:v1.29.2) 🖼
</syntaxhighlight>


==같이 보기==
==같이 보기==

2024년 4월 26일 (금) 15:08 판

1 개요

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
# 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 }}