libcompose
libcompose copied to clipboard
*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
Signed-off-by: GodFather
Some folks are using [LicenseFinder](https://github.com/pivotal/LicenseFinder) to enumerate the open source dependencies and licenses used by their code. LicenseFinder runs `go list`, and in the case where there are two golang...
Currently we don't have a way to access the name of projects, which are sometimes normalized internally.
If my docker-compose file contains `sysctls` directive, I get this error. ```bash $ libcompose up WARN[0000] Note: This is an experimental alternate implementation of the Compose CLI (https://github.com/docker/compose) ERRO[0000] Could...
I have two docker-compose files which are similar: ```bash $ ll total 12 -rw-rw-r--. 1 foo foo 80 May 29 14:27 docker-compose1.yml -rw-rw-r--. 1 foo foo 80 May 29 14:28...
`clientfacotry, err := client.NewDefaultFactory(client.Options{ Host: buffer.String(), APIVersion: "1.24"})` `error during connect: Get http://10.20.141.20:3375/v1.24/containers/json?all=1&limit=0&size=1: dial tcp 10.20.141.20:3375: socket: too many open files ` How to close it???
I'm trying to run libcompose to start some Docker containers in some Go integration tests. Here's the `TestMain` function that uses libcompose to set up and tear down the containers:...
This feature is explained in: https://sreeninet.wordpress.com/2017/03/28/comparing-docker-compose-versions/
Issue Observed -------------- project.APIProject doesn't provide a method to get the service names define in a project. You cannot get service names when you use GetSreviceConfig() and other methods of...
Hi, thank you for the great library. I found a goroutine leak in the lib, so created a this PR. It introduces a new method to close a channel, which...