Docker
[에러메세지] The repository 'https://download.docker.com/linux/ubuntu buster Release' does not have a Release file
까마기
2020. 12. 2. 10:42
728x90
반응형
Windows 10에서 ubuntu docker container 접속하여 우분투 상에서 docker 명령어 및 기타 패키지 설치 과정에서 apt-get update 명령어 수행 시 아래와 같은 메세지가 발생하였다.
구글 검색 후 아래와 같이 조치하였다.
# vi /etc/apt-sources.list
파일을 열고
deb [arch=amd64] https://download.docker.com/linux/ubuntu eoan stable
을 추가 및 저장
:wq
# apt-get update
-> 오류메세지가 더이상 나타나지 않았다.
# apt-get install openjdk-11-jdk
-> 패키지도 정상적으로 설치되는 것 확인
반응형