A ulimit de contêineres dentro do processo do daemon do docker pode ser maior que o limite do próprio processo do daemon?
A documentação do Docker não menciona nada sobre isso:
De: link
--default-ulimit allows you to set the default ulimit options to use for all containers. It takes the same options as --ulimit for docker run. If these defaults are not set, ulimit settings will be inherited, if not set on docker run, from the Docker daemon. Any --ulimit options passed to docker run will overwrite these defaults.
Tags docker containers