IcaliaLabs / plis

Automated development tasks asked nicely
MIT License
40 stars 5 forks source link

Oftentimes `attach` doesn't find the container. #19

Open CharlieIGG opened 5 years ago

CharlieIGG commented 5 years ago
$ 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...

gabrielsclimaco commented 5 years ago

+1