-
CentOS7 - Docker 설치Kubernetes/Kubespray 2022. 4. 4. 11:02
yum install -y yum-utils
docker 저장소 설정
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
최신버전 도커엔진 설치
yum install docker-ce docker-ce-cli containerd.io -y
도커실행
systemctl start docker
도커 정상적으로 설치됬는지 테스트(오래걸림)
docker run hello-world'Kubernetes > Kubespray' 카테고리의 다른 글
CentOS7 - Kubernetes - Kubespray 설치 (0) 2022.04.04 CentOS7 - ansible 설치 (0) 2022.04.04