docker / libcompose

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

Question: How to use Up() without detached? #501

Open pwFoo opened 6 years ago

pwFoo commented 6 years ago

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 6 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.

llater commented 5 years ago

Did you find a solution for this?

pwFoo commented 5 years ago

No, tested some variations, but without success. Stopped playing with libcompose for the moment :(

llater commented 5 years ago

A major bummer! Looks like a dead end--thank you for the reply.