containers / containers/podman-compose
Status of podman-compose up command
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I am fairly new to containers and compose, so this might be a silly question, but please bear with me 🙈 .
We are using podman-compose for our local setup. It has really been helpful, but one problem/difficulty we face is that, there is no notification/log stating whether podman-compose has started all containers successfully or not . Though this is not a blocking problem, but it would be really good to know the status of all containers after executing `podman-compose -f up` at the end of the run.
**Describe the solution you'd like**
A simple solution at this point would be to have a log showing containers that have started successfully and the ones that have failed. And in the case of everything being successful, a log stating all containers are up and running(or something on these lines)
**Additional context**
In the image below, all the containers were up and running successfully but there was no indication whether podman-compose was done with starting all containers:

Contributor guide
Assessment
This issue has not been assessed yet.