docker: enable userland proxy to fix container routing
This commit is contained in:
parent
c6745f00bf
commit
67d46ec7a1
1 changed files with 3 additions and 2 deletions
|
@ -46,11 +46,12 @@ in {
|
|||
|
||||
# https://docs.docker.com/reference/cli/dockerd/#daemon-configuration-file
|
||||
daemon.settings = {
|
||||
# Disable userland-proxy to pass client IP to containers
|
||||
# FIXME: Container cannot route via public address to another container on the same host
|
||||
#!! Disable userland-proxy to pass client IP to containers
|
||||
# https://github.com/moby/moby/issues/15086
|
||||
# https://github.com/moby/moby/issues/14856
|
||||
# https://github.com/docker/docs/issues/17312
|
||||
userland-proxy = false;
|
||||
#// userland-proxy = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue