Hi,
I’m currently struggeling in installing Docker to my Vero4k+
Steps i’ve done so far:
Execute
sudo apt update && sudo apt dist-upgrade
Trying to install Docker via the install script
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
and via
sudo apt install docker-ce
It always fails at the same step: “The Docker Application Container Engine” failing to start
The Error Messages:
While installing
The logs:
Can someone tell me why the installation fails?