xiaoyi.jin
New Member
for example, we can enable ipv6 forwording via "sysctl -w net.ipv6.conf.default.forwarding=1" with priviledge=true in docker.
it can't update it with only net-admin.
it can't update it with only net-admin.
never heard of "net-admin" to configure anything on linux. Can you give us more details ?it can't update it with only net-admin
Note: Not all sysctls are namespaced. Docker does not support changing sysctls inside of a container that also modify the host system. As the kernel evolves we expect to see more sysctls become namespaced.
$ docker run --sysctl net.ipv4.ip_forward=1 someimage