You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
today i find one issue :
docker version 1.13
docker run --ulimit nofile=100000:100000
i use the image :CentOS-Dockerfiles/systemd/centos7/
i find in this container ,whatever i do or --ulimit nofile=100000:100000 to run this docker .
this docker when i ssh into it ,it still show ulimit -n 65536 。
this container docker shim is , nofile from host machine
this container init pid 1 process ,show
########################
This init process does not get the parameters from father process docker-shim 。
always keep 65536 。
may i know this office images whether fix the nofile to 65536 ,even docker-shim can not give the parameter to it .thanks
The text was updated successfully, but these errors were encountered:
by the way , we use the macvlan ,so install sshd hosted by systemd .so we can directly ssh into this docker ip
skytalemcc
changed the title
docker run , pass ulimit nofile value can not change default nofile value 65535
docker run , pass ulimit nofile value can not change default nofile value 65536
Sep 24, 2019
today i find one issue :
docker version 1.13
docker run --ulimit nofile=100000:100000
i use the image :CentOS-Dockerfiles/systemd/centos7/
i find in this container ,whatever i do or --ulimit nofile=100000:100000 to run this docker .
this docker when i ssh into it ,it still show ulimit -n 65536 。
this container docker shim is , nofile from host machine
this container init pid 1 process ,show
########################
This init process does not get the parameters from father process docker-shim 。
always keep 65536 。
may i know this office images whether fix the nofile to 65536 ,even docker-shim can not give the parameter to it .thanks
The text was updated successfully, but these errors were encountered: