공식 문서를 따르고 있습니다.도커 설치우분투 데스크탑 22.04.
다음 단계를 거친 후,
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
시도하면 sudo apt-get update
오류가 발생합니다.
E: Method https has died unexpectedly!
E: Sub-process https received a segmentation fault.
파일 을 삭제 docker.list
하고 "sudo apt-get update"를 실행하면 제대로 작동합니다.
어떤 도움이라도 대단히 감사하겠습니다. 감사해요!