gaudi icon indicating copy to clipboard operation
gaudi copied to clipboard

Gaudi allows to share multi-component applications, based on Docker, Go, and YAML.

Results 9 gaudi issues
Sort by recently updated
recently updated
newest added

It would be nice if we could easily add a data-only container and add it to the volumes list of another container.

I would like to have setup: - app1 running own fpm-php container - app2 running own fpm-php container - Nginx listenning on port 80 - nginx using app1 for domain...

I'm using Gaudi as a way to centralize the configuration of all the containers I'm running (I only use custom type), and I often have to deploy a new container....

Do you provide a Docker Image for Gaudi Website itself? I would love to have it locally, but my environment is not Ubuntu :( RedHat (based on http://marmelab.com/blog/2014/05/12/gaudi-news-gaudi-io-apt-get-install.html) thanks!

I tried to follow Symfony tutorial, but after gaudi restart (`gaudi stop && gaudi`) the DB application won't start anymore. `gaudi check` always reports, that it isn't running. It works,...

Postgresql is a really common setup choice for Database, it would be cool to have it in the builder :)

It seems the command `gaudi enter ` seems not work on Mac OS. It fail with this log: ``` bash $ gaudi enter nginx Retrieving ns-enter image ... 2014/07/27 12:38:48...

**Fedback** Allow using etcd or similar for service discovery instead of Docker linking. Gaudi would need to implement some kind of sidekick script that announces container's connectivity details e.g. IP...

enhancement