plis icon indicating copy to clipboard operation
plis copied to clipboard

Oftentimes `attach` doesn't find the container.

Open CharlieIGG opened this issue 5 years ago • 1 comments

$ plis start web && plis attach web
docker-compose up -d web
back-end-3_postgres_1 is up-to-date
Creating back-end-3_web_1 ... done
No container running for service web

however

$ docker ps                                                                                                                                                                   
CONTAINER ID        IMAGE                         COMMAND                  CREATED             STATUS              PORTS                    NAMES
f13c0b362934       back_end:development   "/usr/src/bin/entryp…"   53 seconds ago      Up 53 seconds       0.0.0.0:3000->3000/tcp   back-end-3_web_1

I have other projects with pretty much the same docker-compose.yml where this DOES work, so I'm unsure of why it doesn't work in some others...

CharlieIGG avatar Jan 30 '19 21:01 CharlieIGG