(09-22-2021, 01:31 PM)Wallyboy Wrote: I guess I should have included the preceding part of the quote indicating that it was part of the docker install response. See below:
pi@moode:~/pydPiper $ sudo ./install_docker.sh
Installing Docker from the convenience script
# Executing docker install script, commit: 93d2499759296ac1f9c510605fef85052a2c32be
+ sh -c apt-get update -qq >/dev/null
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
Enabling docker
Failed to enable unit: Unit file docker.service does not exist.
Failed to start docker.service: Unit docker.service not found.
sudo: docker: command not found
Testing docker
sudo: docker: command not found
Why wouldn't you just install docker from the raspbian repo?
e.g.
Code:
sudo apt install docker
sudo systemctl enable --now docker