Question: How to use Up() without detached?
pwFoo opened this issue · 4 comments
pwFoo commented
I try to build docker-compose -f <file> up
with libcompose. Any way to start the service in foreground without context.Background()
? I searched around, read the godocs and did some tests without success.
I'm new with go and libcompose, so I searched a long time because I though there should be anything I missed. Maybe someone could help me with a hint how to do it?
pwFoo commented
Anyone?
Would be nice to get a compose file started "foreground" instead of background with Up(). Works fine with Run() with "Detached" (bool) option.
llater commented
Did you find a solution for this?
pwFoo commented
No, tested some variations, but without success.
Stopped playing with libcompose for the moment :(
llater commented
A major bummer! Looks like a dead end--thank you for the reply.