I’m attempting to install Docker on an Ubuntu Linux VM (18.04). I’m following the instructions listed on docs docker com/install/linux/docker-ce/ubuntu/docs docker site.
I’ve installed the necessary packages and repo gpg key. I’ve added the repo location to the /etc/apt/sources.list with:
And I have confirmed that it is correct in the file. When I attempt a sudo apt-get update I get the following errors (NOTE: all the URLs below are prefaced with https but because I’m a new user, I can only submit two links in my post so I manually removed them):
MD5Sum:d35d55f528a96c383f4f3c1280cdd214 [weak]
Release file created at: Sat, 17 Aug 2019 05:05:01 +0000
E: Failed to fetch download.docker.com/linux/ubuntu/dists/bionic/stable/binary-amd64/Packages.bz2 File has unexpected size (9417 != 7889). Mirror sync in progress? [IP: 54.230.195.76 443]
Hashes of expected file:
- Filesize:7889 [weak]
- SHA512:db24e63e6f882530d40047cda5c5cb43a9fd6936d518162135b59f315d9cf0e189453bddd8ee67ed0ef622012da02ecfd5f4e3419cfd116835651b37e4b6a7aa
- SHA256:fed3e5b48da23965790e21466523ae19c1afe34f31e9005ac343e6b6a4c36d63
- SHA1:f22380168007fac2e32b2d882a5120a288ed89e1 [weak]
- MD5Sum:d35d55f528a96c383f4f3c1280cdd214 [weak]
Release file created at: Sat, 17 Aug 2019 05:05:01 +0000
E: Some index files failed to download. They have been ignored, or old ones used instead.
This looks like it’s something on the repo end unless I’m missing something.