I installed docker 0.11.1 on top of Ubuntu 12.04. I am trying to change shmax from a fixed value (32 M) to something bigger (1G) from inside the docker when I run the command
sysctl -w kernel.shmmax=1073741824
error: "Read-only file system" setting key "kernel.shmmax"
This is because it is /procinstalled roin the container.
Can someone tell me how to mount proc like r/win my container to change it?
source
share