Open pwFoo opened 7 years ago
Anyone? Would be nice to get a compose file started "foreground" instead of background with Up(). Works fine with Run() with "Detached" (bool) option.
Did you find a solution for this?
No, tested some variations, but without success. Stopped playing with libcompose for the moment :(
A major bummer! Looks like a dead end--thank you for the reply.
I try to build
docker-compose -f <file> up
with libcompose. Any way to start the service in foreground withoutcontext.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?