docker / libcompose

*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
https://godoc.org/github.com/docker/libcompose
Apache License 2.0
586 stars 191 forks source link

Fix: no connect & start if not recreated #504

Open xihan88 opened 6 years ago

xihan88 commented 6 years ago

Signed-off-by: xi.han xi.han@sihuatech.com This is a simple way to fix https://github.com/docker/libcompose/issues/494 . However I believe there are better ways for this issue. For example recreateIfNeeded() could return a bool showing whether the service was updated or not.

xihan88 commented 6 years ago

@vdemeester Could you help me to trigger the test again? Thanks!