Are the changes you make to kernel parameters in a container, affects also the kernel parameters of the host on which the container runs?
Answer
No. Containers have their own /proc filesystem so any change to kernel parameters inside a container, are not affecting the host or other containers running on that host.