Replies: 1 comment
-
Please help answer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions