Re: Experiences with Docker and linking containers for zero downtime deployments

2015-11-15 Thread Aleksandar Lazic
Hi Paul. Am 14-11-2015 14:00, schrieb Paul Menzel: Dear HAProxy folks, I am using a Docker setup to serve Web application using a database. HAProxy, the Web app and the database each run in a separate Docker container. The HAProxy container is than started with the command below.

Experiences with Docker and linking containers for zero downtime deployments

2015-11-14 Thread Paul Menzel
Dear HAProxy folks, I am using a Docker setup to serve Web application using a database. HAProxy, the Web app and the database each run in a separate Docker container. The HAProxy container is than started with the command below. docker run --detach --name haproxy --link webapp:webapp

Re: Experiences with Docker and linking containers for zero downtime deployments

2015-11-14 Thread Baptiste
Le 14 nov. 2015 14:01, "Paul Menzel" a écrit : > > Dear HAProxy folks, > > > I am using a Docker setup to serve Web application using a database. > > HAProxy, the Web app and the database each run in a separate Docker > container. > > The HAProxy container is

Re: Experiences with Docker and linking containers for zero downtime deployments

2015-11-14 Thread Baptiste
On Sat, Nov 14, 2015 at 2:18 PM, Baptiste wrote: > > Le 14 nov. 2015 14:01, "Paul Menzel" a > écrit : >> >> Dear HAProxy folks, >> >> >> I am using a Docker setup to serve Web application using a database. >> >> HAProxy, the Web app and the