docker-install icon indicating copy to clipboard operation
docker-install copied to clipboard

bullseye does not exists.

Open sharkguto opened this issue 5 years ago • 0 comments

When i try to install it on ubuntu 20.04 i got the following error

gustavo@terminator-T2900:~$ cat /etc/debian_version
bullseye/sid
gustavo@terminator-T2900:~$ 


 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.``` 


sharkguto avatar Aug 18 '20 19:08 sharkguto