Talk:Unicorn: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
 
Line 30: Line 30:
== Docker upgrade ==
== Docker upgrade ==
[https://geekflare.com/docker-installation-guide/ Installation Instructions]
[https://geekflare.com/docker-installation-guide/ Installation Instructions]
[https://kifarunix.com/install-and-use-docker-on-debian-10-buster/ Different installation instructions for migration to buster]
Docker version 18.09.0, build 4d60db4 </br>
Docker version 18.09.0, build 4d60db4 </br>
[https://docs.docker.com/engine/release-notes/18.09/ Release notes for 18.09.0] </br>
[https://docs.docker.com/engine/release-notes/18.09/ Release notes for 18.09.0] </br>
[https://docs.docker.com/engine/release-notes/ Release notes for all versions of 19+] </br>
[https://docs.docker.com/engine/release-notes/ Release notes for all versions of 19+] </br>

Latest revision as of 14:20, 26 April 2020

Migration to Buster[edit source]

Following this guide

sudo cp -v /etc/apt/sources.list /root/
sudo cp -rv /etc/apt/sources.list.d/ /root/
sudo sed -i 's/stretch/buster/g' /etc/apt/sources.list
sudo sed -i 's/stretch/buster/g' /etc/apt/sources.list.d/*
### see updated file now ###

cat /etc/apt/sources.list

Stretch Packages[edit source]

# deb cdrom:[Debian GNU/Linux 9.2.1 _Stretch_ - Official amd64 NETINST 20171013-13:07]/ stretch main

# deb cdrom:[Debian GNU/Linux 9.2.1 _Stretch_ - Official amd64 NETINST 20171013-13:07]/ stretch main

deb http://ftp.us.debian.org/debian/ stretch main
deb-src http://ftp.us.debian.org/debian/ stretch main

deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main

# stretch-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ stretch-updates main
deb-src http://ftp.us.debian.org/debian/ stretch-updates main
deb [arch=amd64] https://download.docker.com/linux/debian stretch stable
# deb-src [arch=amd64] https://download.docker.com/linux/debian stretch stable
(END)

Docker upgrade[edit source]

Installation Instructions Different installation instructions for migration to buster Docker version 18.09.0, build 4d60db4
Release notes for 18.09.0
Release notes for all versions of 19+