歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> Linux技術

docker ubuntu apt

在docker中使用ubuntu過程出錯:
apt-get update
W: Failed to fetchhttp://archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages  Hash Sum mismatch

W: Failed to fetchhttp://archive.ubuntu.com/ubuntu/dists/trusty-security/main/source/Sources  Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.

個人理解是因為網絡影響或者ubuntu官方維護導致某些文件不存在,
可以用以下方式解決:
rm -rvf /var/lib/apt/lists/*
apt-get -y update

完美解決。
Copyright © Linux教程網 All Rights Reserved