Services: no containers found
bstaeheli opened this issue · 3 comments
Hello i'm a Docker-Compose newbie. So forgive me if my question is stupid.
I try to use this UI, it will find my project, but "no containers found" is always displayed.
But there is a valid docker-compose.yml (services running)
Did you have a hint why it's not working here?
The default projects does not show any services either.
Thanks a lot!
Cheers,
Boris
Hello @bstaeheli
if you've never run the project you should get that message (no containers found means that no containers have been created)
once you run a project (with "Up", for example) you should be able to see every container
try to run one of the default project and see if it works.
if not, check your Docker engine version.
I'm closing this issue due to lack of activity, feel free to reopen if necessary.
@bstaeheli just to clarify, you have to click the "Up" command within docker-compose-ui for this display to work properly. It only works if you start the containers within the UI... i.e. not from the CLI (from what I understand, at least).
Nevermind...
The docker-compose-ui:12 does indeed list all the services created via the CLI. That's quite nice, IMO! Must be a docker-compose API thing.