ddev / ddev-gitpod-launcher

Launch any DDEV project with Gitpod
https://ddev.github.io/ddev-gitpod-launcher/
Apache License 2.0
12 stars 8 forks source link

Lots of odd leftover, dead containers on gitpod start #19

Closed rfay closed 5 months ago

rfay commented 2 years ago

With today's ddev v1.19.0-rc2 (and previously) after starting up a project with ddev-gitpod-launcher I see a bunch of dead containers, don't know if this is a problem with gitpod, prebuilds, or what. It looks like some of these are gitpod mess...( "/bin/sh -c '#(nop) …"?)

I also see this just running a start from https://gitpod.io/#https://github.com/drud/ddev, so it's not a ddev-gitpod-launcher issue.

gitpod /workspace/ddev-gitpod-launcher (main) $ ddev --version
ddev version v1.19.0-rc2

gitpod /workspace/ddev-gitpod-launcher (main) $ docker ps
CONTAINER ID   IMAGE                                                    COMMAND                  CREATED              STATUS                        PORTS                                                                 NAMES
179c830fa2a7   drud/ddev-dbserver-mariadb-10.3:v1.19.0-d9simple-built   "/docker-entrypoint.…"   About a minute ago   Up About a minute (healthy)   0.0.0.0:3306->3306/tcp                                                ddev-d9simple-db
8d1681872b7a   drud/ddev-webserver:v1.19.0-d9simple-built               "/start.sh"              About a minute ago   Up About a minute (healthy)   0.0.0.0:8025->8025/tcp, 0.0.0.0:8080->80/tcp, 0.0.0.0:2222->443/tcp   ddev-d9simple-web

gitpod /workspace/ddev-gitpod-launcher (main) $ docker ps -a
CONTAINER ID   IMAGE                                                    COMMAND                  CREATED              STATUS                          PORTS                                                                 NAMES
179c830fa2a7   drud/ddev-dbserver-mariadb-10.3:v1.19.0-d9simple-built   "/docker-entrypoint.…"   About a minute ago   Up About a minute (healthy)     0.0.0.0:3306->3306/tcp                                                ddev-d9simple-db
8d1681872b7a   drud/ddev-webserver:v1.19.0-d9simple-built               "/start.sh"              About a minute ago   Up About a minute (healthy)     0.0.0.0:8025->8025/tcp, 0.0.0.0:8080->80/tcp, 0.0.0.0:2222->443/tcp   ddev-d9simple-web
6a341e0a8615   de97ef65a0b1                                             "/bin/bash -c '(grou…"   About a minute ago   Exited (0) About a minute ago                                                                         cool_mestorf
a876efe60c37   d0bdc12ae97b                                             "/docker-entrypoint.…"   About a minute ago   Created                                                                                               musing_goldwasser
c91a671b8762   367411ed23a7                                             "/docker-entrypoint.…"   About a minute ago   Created                                                                                               nice_satoshi
fff480665adc   eb2ca4003b10                                             "/docker-entrypoint.…"   About a minute ago   Created                                                                                               optimistic_goodall
e58dadda9c96   3350c531338a                                             "/bin/sh -c 'chmod 6…"   About a minute ago   Exited (0) About a minute ago                                                                         distracted_jackson
a7ec409e0a93   9031b2764cf7                                             "/bin/sh -c 'export …"   About a minute ago   Exited (0) About a minute ago                                                                         agitated_lederberg
6a61fc70c0b1   46ea14a4af03                                             "/bin/sh -c '(groupa…"   About a minute ago   Exited (0) About a minute ago                                                                         quizzical_grothendieck
16e2c5d93a7a   6bbb26f61300                                             "/bin/sh -c '#(nop) …"   About a minute ago   Created                                                                                               dazzling_burnell
82093f5af297   1632b1db63bd                                             "/bin/sh -c '#(nop) …"   About a minute ago   Created                                                                                               trusting_chatterjee
427b64ac777b   270332646cfe                                             "/bin/sh -c '#(nop) …"   About a minute ago   Created                          
rfay commented 5 months ago

I don't see this happening any more. Just did a default run and it ended up with exactly two containers, webserver and dbserver