integrations
integrations copied to clipboard
Make it the default for ECS AMI to go via the weave proxy
Various options:
- Make
eval $(weave env)only upon the initialization of interactive shells. - Make /var/run/docker.sock point to the proxy (really invasive)
Make
/var/run/docker.sockpoint to the proxy (really invasive)
I am not sure I could possibly see a good reason to do such an invasive thing
This could be done via the CFN path as well. May be /etc/profile.d/weaveproxy would be okay, certainly not anything in the home directory.