나는 아래 지침을 따랐습니다.Docker 엔진 받기 - 데비안 커뮤니티Docker 저장소를 추가해 보세요. 여러 조합을 시도했지만 어떤 버전을 넣었든 항상 "버전 파일 없음" 메시지가 나타납니다./etc/apt/sources.list.d/docker.list
Ubuntu에 대한 관련 SO 질문을 살펴 보았습니다.Ubuntu에서 apt-get update를 실행할 때 Docker 저장소에 게시된 파일이 없습니다.
내가 옳다고 생각하는 키를 추가하기 위해 다음 두 명령을 실행했습니다.
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -C
sudo apt-key fingerprint 0EBFCD88
Continuum, trusty, xenial, bionic 등을 사용해 보았습니다. 예, 저는 이러한 이름의 대부분이 우분투에만 국한된 이름이므로 작동하지 않을 것이라고 생각합니다. 연속체는 실행을 통해 발견됩니다 lsb_release -cs
. apt를 사용하여 MX Linux 18.3에 Docker를 설치하려면 무엇을 사용해야 하는지 아는 사람이 있나요? 감사해요!
구체적인 오류 메시지는 다음과 같습니다.
Err:12 https://download.docker.com/linux/debian Continuum Release
404 Not Found
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/debian Continuum Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.