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
container version 1.5.7 and nofile settings is LimitNOFILE=infinity
when i use nerdctl 1.4.0 exec command like this nerdctl compose -f ./docker-compose.yml up --debug-full
and when i run exec -it xxx --ulimit -Hn return 1024
when i use nerdctl 1.7.7 exec command like this nerdctl compose -f ./docker-compose.yml up --debug-full no error and when i run exec -it xxx --ulimit -Hn return 1073741816
Why does this happen? Is the version incompatible?Please help answer
The text was updated successfully, but these errors were encountered:
container version 1.5.7 and nofile settings is LimitNOFILE=infinity
when i use nerdctl 1.4.0 exec command like this nerdctl compose -f ./docker-compose.yml up --debug-full
and when i run exec -it xxx --ulimit -Hn return 1024
when i use nerdctl 1.7.7 exec command like this nerdctl compose -f ./docker-compose.yml up --debug-full no error and when i run exec -it xxx --ulimit -Hn return 1073741816
Why does this happen? Is the version incompatible?Please help answer
The text was updated successfully, but these errors were encountered: