asked
The Kubernetes Trend: Level Up Your Skills with Theory and Practice [Beginner to Intermediate]
Kubernetes Cluster Installation Flow [v1.15] (Silent)
Written on
·
278
1
블로그에 나와있는 설치 방법대로
yum update -y && yum install -y docker-ce-19.03.8
명령어로 docker 19.03.8 버전 설치시 뜨는 의존성 문제입니다.CentOS8환경이고, 18.09.0버전으로 설치하니까 의존성문제 없이 설치돼었습니다.
Answer 1
0
네, 내용 공유 감사드립니다!
저도 ContOS8에서는 설치해보지 못했습니다^^