docker-install
docker-install copied to clipboard
I cant install on linux mint 20
I cant install this, the scripts is broken!!.
lucas@lucas-Inspiron-5567:~$ curl -fsSL https://raw.githubusercontent.com/docker/docker-install/master/install.sh | sh
# Executing docker install script, commit:
+ sudo -E sh -c apt-get update -qq >/dev/null
E: The repository 'https://download.docker.com/linux/debian bullseye Release' does not have a Release file.
lucas@lucas-Inspiron-5567:~$ cat /etc/debian_version
bullseye/sid
lucas@lucas-Inspiron-5567:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Linuxmint
Description: Linux Mint 20
Release: 20
Codename: ulyana
In Case of Docker installation ,just run these commands step by step written bellow;
-
sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common
-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 2>/dev/null
-
echo -e "\ndeb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" | sudo tee -a /etc/apt/sources.list
-
sudo apt-get -y update
-
sudo apt-get -y install docker-ce docker-ce-cli containerd.io