Open bit6011 opened 1 year ago
Im having the same issue with the same Error log on Ubuntu 22.04.1 LTS. The console also throws this message console.txt
Docker version 20.10.12, build 20.10.12-0ubuntu4 docker-compose version 1.29.2, build unknown
Docker install is functional and will start the hello world container. not quite a fresh install but i have gone ahead and stopped all containers and docker system prune -a
and docker volume prune
@Kartoffelbreili What is happening is the script uses docker compose
command compared to docker-compose
.
Since https://get.docker.com installs the compose plugin itself, I didn't think about backward compatibility for docker-compose
.
I'm really sorry for this and will address this in the next update.
@athul Sorry for pinging. Any update on this? Or a workaround?
Any update on this? Or a workaround?
The workaround for me was to install docker compose instead of docker-compose before executing the script.
@Kartoffelbreili What is happening is the script uses
docker compose
command compared todocker-compose
.Since https://get.docker.com installs the compose plugin itself, I didn't think about backward compatibility for
docker-compose
.I'm really sorry for this and will address this in the next update.
This is also affects Debian 12.
Issue: Easy Install
Do the checklist before filing an issue:
Distro Information (Required)
Log File (Required)
easy-install.log
Screenshots
Possible Solution