I need to set the file descriptor limit correctly on the docker container I connect to container with ssh (https://github.com/phusion/baseimage-docker)
Already tried:
- edit limits.conf the container ignore this file
- upstart procedure found at https://coderwall.com/p/myodcq but this docker image has different kind of init process. (runit)
- I tried to modify configuration of pam library in /etc/pam.d
- try to enabled pam for ssh in sshd_config
The output it always the same.
bash: ulimit: open files: cannot modify limit: Operation not permitted