728x90
반응형
Package 'docker-ce' has no installation candidate
에러가 나온다면 아래 명령어를 실행해보는걸 추천한다.
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce
많은 방법이 있었지만 필자는 위 방법으로 docker-ce 를 설치했다.
출처 : [Docker] Package 'docker-ce' has no installation candidate 에러 :: 섭이의 개발일지 (tistory.com)
728x90
반응형
'IT > CLOUD(AWS,Azure,GCP,Docker)' 카테고리의 다른 글
[Kubernetes] 쿠버네티스 클러스터 구축 (0) | 2022.06.19 |
---|---|
Kubernetes #3. 쿠버네티스 Unable to connect to the server: x509 에러 (0) | 2022.06.19 |
Kubeadm unknown service runtime.v1alpha2.RuntimeService (0) | 2022.06.19 |
[Docker/도커] Job for docker.service failed because the control process exited with error code 오류 해결 과정 (0) | 2022.06.19 |
[Docker] Ubuntu에 Docker 설치하기 (0) | 2022.06.19 |