[tutorial] Raspberry Pi – Docker, Proxy, Let’s Encrypt, SUPLA, SUPLA-Scripts...
-
tijo
- Posts: 264
- Joined: Fri Dec 01, 2017 12:44 pm
- Been thanked: 1 time
Code: Select all
pi@raspberrypi:~ $ sudo apt-get update
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Ign:3 https://download.docker.com/linux/raspbian 10 InRelease
Err:4 https://download.docker.com/linux/raspbian 10 Release
404 Not Found [IP: 52.84.198.41 443]
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/raspbian 10 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
pi@raspberrypi:~ $Code: Select all
pi@raspberrypi:~ $ curl -sSL https://get.docker.com | sh
# Executing docker install script, commit: 2f4ae48
+ sudo -E sh -c apt-get update -qq >/dev/null
E: The repository 'https://download.docker.com/linux/raspbian 10 Release' does not have a Release file.
pi@raspberrypi:~ $
-
pzygmunt
- Posts: 20302
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
- Been thanked: 59 times
Wywal tego dockera z /etc/apt/sources.list
i spróbuj zainstalować docker compose za pomocą:
lub
... zgodnie z
https://github.com/SUPLA/supla-docker
i spróbuj zainstalować docker compose za pomocą:
Code: Select all
apt-get -y install python-pip && pip install docker-compose
Code: Select all
apt-get -y install git curl
curl -sSL https://get.docker.com | sh
curl -L https://github.com/docker/compose/releases/download/1.17.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-composehttps://github.com/SUPLA/supla-docker
SUPLA.... Nareszcie w domu.
-
tijo
- Posts: 264
- Joined: Fri Dec 01, 2017 12:44 pm
- Been thanked: 1 time
-
pzygmunt
- Posts: 20302
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
- Been thanked: 59 times
Jak już usunąłeś dockera ze źródeł to możesz uruchomić, ale może już "jesteś aktualny".
Code: Select all
apt-get update
apt-get upgradeSUPLA.... Nareszcie w domu.
