libcompose
libcompose copied to clipboard
*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
Docker Compose works but libcompose fails in all apps as `getaddrinfo failed`. I am using following docker-compose file: ``` yaml $ cat docker-compose.yml version: "2" services: mariadb: image: centos/mariadb ports:...
I am running `project.Up()` against a brand new docker host. Libcompose is being used to as part of a program that runs on windows. When the docker daemon pulls an...
People who are checking out libcompose for the first time might not immediately see its full value. Having a few good examples can go long way with showing some of...
In https://github.com/docker/libcompose/blob/master/project/listener.go#L71, the default listener writes directly to stdout (tested on windows and ubuntu). I am writing a cli app that uses libcompose to talk with the docker daemon and...
### improvements ##### No.1 The command usage is not displayed for the command which has no options. Maybe this is a bug. ##### No.2 Many commands of libcompose support specifying...
Building on OSX go to sucess, unfortunately bundle folder is empty. ``` Removing intermediate container cd4a37948ffa Step 16 : COPY . /go/src/github.com/docker/libcompose ---> 263d4756d9f4 Removing intermediate container 6dcf92f3809f Successfully built...