libcompose
libcompose copied to clipboard
*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
I'm trying to use a compose manifest where an external default network is being defined. However, it seems like the configuration isn't being honored. To illustrate my problem, I put...
Docker compose does not support memory reservation in version2. (https://github.com/docker/compose/pull/3714) Is it possible to support memory reservation in version2? If not, I saw version3 supports memory reservation (https://docs.docker.com/compose/compose-file/), when do...
Docker Compose has a feature `docker-compose up --abort-on-container-exit` which is particularly useful for running integration tests - where you need to watch the container shut down and get the exit...
expected behaviour ``` $ docker-compose scale web=2 WARNING: The "web" service specifies a port on the host. If multiple containers for this service are created on a single host, the...
In log message for `libcompose-cli rm`, before asking for deletion, it prints containers deleting message. ``` $ libcompose-cli rm WARN[0000] Note: This is an experimental alternate implementation of the Compose...
Hey folks, really looking forward to using libcompose. I noticed one issue whereby env variables were duplicated incorrectly in the env hash when using extends. This case also seems to...
When I tried to run **nonfunctional** docker-compose file, I got panic and my apps crashed, I can't catch the nil pointer, even with code below: ``` if err := c.Project.Up(context.Background(),...
Signed-off-by: xi.han 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...
I can't seem to find a way to replicate the behavior of `docker-compose up -d`, where if the container has not changed, nothing happens. Instead, I get: `ERRO[0006] Failed to...
The tool causing the error is esc-cli, but apparently it's due to a limitation in libcompose. I've initially filed an issue with ecs-cli (https://github.com/aws/amazon-ecs-cli/issues/393#issuecomment-351822920) but they asked me to file...