I am using Ubuntu. while installing docker, I was getting below error, then I followed below steps to overcome the same.
Err:1 http://in.archive.ubuntu.com/ubuntu zesty/universe amd64 cgroupfs-mount all 1.3
Open Terminal & run:
sudo gedit /etc/apt/sources.list
Replace url in.archive.ubuntu.com and security.ubuntu.com with old-releases.ubuntu.com
save and close it.
Now run sudo apt-get update and after then install any packages you want to install.
Then, I ran Docker install command,
sachin@sachin-E470:~$ sudo apt-get install docker-ce
sachin@sachin-E470:~$ docker --version
Docker version 17.12.0-ce, build c97c6d6
and its worked!!
Err:1 http://in.archive.ubuntu.com/ubuntu zesty/universe amd64 cgroupfs-mount all 1.3
Open Terminal & run:
sudo gedit /etc/apt/sources.list
Replace url in.archive.ubuntu.com and security.ubuntu.com with old-releases.ubuntu.com
save and close it.
Now run sudo apt-get update and after then install any packages you want to install.
Then, I ran Docker install command,
sachin@sachin-E470:~$ sudo apt-get install docker-ce
sachin@sachin-E470:~$ docker --version
Docker version 17.12.0-ce, build c97c6d6
and its worked!!
No comments:
Post a Comment