mariotoffia / FluentDocker

Use docker, docker-compose local and remote in tests and your .NET core/full framework apps via a FluentAPI
Apache License 2.0
1.31k stars 97 forks source link

Docker compose status of existing project #305

Open MrXLR8 opened 10 months ago

MrXLR8 commented 10 months ago

It seems it is not possible to retrieve any information about docker compose project that was already been run manually. ICompositeService will have state "Unknown" and other fields are not filled. This can be fixed after giving any command like "Start,Stop" Looking for a way to reconnect to running the project without making any changes to it. Maybe an Update() method?