docksal / addons

Community driven, submit your addon! Docksal addons that can be installed via `fin addon install` command.
MIT License
16 stars 34 forks source link

Pre install is blocked due to cli container up&running detection #85

Closed philippemouchel closed 4 months ago

philippemouchel commented 2 years ago

For instance, in solr addon, but it's the same in all addons, the bas command to identify a running cli container is looking for Up, when it should be looking for running.

I'm using Docksal 1.17.0, fin 1.110.1 and running it on MacOS Monterey 12.5 (Intel chip) & Docker Desktop 4.10.1.

When I run a fin ps, here is what I can see:

$ fin ps
NAME            COMMAND                  SERVICE             STATUS              PORTS
project_cli_1   "/opt/startup.sh sup…"   cli                 running (healthy)   9000/tcp
project_db_1    "docker-entrypoint.s…"   db                  running (healthy)   0.0.0.0:52230->3306/tcp
project_web_1   "httpd-foreground"       web                 running (healthy)   443/tcp
philippemouchel commented 2 years ago

It seems Disable feature is also impacted. I'll provide a PR ASAP.

philippemouchel commented 2 years ago

Pull-request #86 is available.