在 ubunu 18.04 上使用 curl -fsSL https://get.docker.com | sh
命令安装 docker 时出现下面的错误:
Failed to fetch https://download.docker.com/linux/ubuntu/dists/bionic/stable/binary-amd64/Packages.bz2 File has unexpected size (10262 != 10390).
请问如何解决?
相关问题
- Docker task in Azure devops won't accept "$(pw
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Unable to run mariadb when mount volume
- Unspecified error (0x80004005) while running a Doc
在 github issue 中找到了解决方法:删除
/etc/apt/sources.list.d/docker.list
中下面的配置