728x90

Docker 설치 방법

# yum install -y yum-utils
# 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
# systemctl enable docker
# systemctl status docker

 

728x90

prev article thumbnail image
이전 글 추천
[Linux] gitlab-runner pending issue
2022.05.24
next article thumbnail image
다음 글 추천
[Linux] IP 주소 확인
2022.10.24
복사했습니다!