bench icon indicating copy to clipboard operation
bench copied to clipboard

Easy install script error

Open bit6011 opened this issue 2 years ago • 5 comments

Issue: Easy Install

Do the checklist before filing an issue:

  • [x] Did you retain the logfile (path of logfile is shared while the script is run)? We definitely need the logfile to debug any easy install related issues.
  • [ ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome

Distro Information (Required)

Log File (Required)

easy-install.log

Screenshots

Possible Solution

bit6011 avatar Dec 16 '22 10:12 bit6011

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 avatar Dec 16 '22 12:12 Kartoffelbreili

@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 avatar Dec 16 '22 16:12 athul

@athul Sorry for pinging. Any update on this? Or a workaround?

MustagheesButt avatar Jan 29 '23 15:01 MustagheesButt

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 avatar Jan 31 '23 13:01 Kartoffelbreili

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

This is also affects Debian 12.

NucleaPeon avatar Oct 25 '23 18:10 NucleaPeon