connectable
connectable copied to clipboard
Magic proxy for internal services
connectable is presently failing during the iptables command: ``` sh $ docker logs connectable 2015/08/07 18:28:50 Connectable listening on 10000 ... Self: 2011f14d0013ed337acf696b3def8737b45eb7d787b4de79e34b1294b8781e9d bridge 2015/08/07 18:28:51 non-zero exit: 1 $...
I wonder if this is the right setup for consul connectable service. Host/VM 1 : Consul server Host/VM 2 : Consul Agent (client mode) , registrator and connectable and All...
There is a memory leak in this app, I haven't been able to figure out where yet, but after several hours of operations at 10s of thousands if not 100s...
Docker images from gliderlabs/connectable is broken . Has to point to gliderlabs/connectable:master Cheers Kev
This should allow connectable to work with user defined networks by specifying the `NETWORK` env var to match the user-defined network. This also requires connectable to be launched in the...
Hi, I am trying to use this sidecar container in an architecture with Amazon EC2 Container Service (ECS). When I try to configure an ECS task definition with the label...
Can you provide more run examples? How can I use connectable w/o Resolvable?
After upgrading to docker 1.8.2, when the container is first created its NetworkMode is empty. Only after starting does it get its value. I'm assuming both this and #23 are...
Been using docker 1.8 (1.8.1 but I believe this is a 1.8 change) and I had to change connectable to detect NetworkMode=("bridge" || "default") because of the new networking layer....