Update on the new --ulimit option in Docker.
I noticed that ``--ulimit fsize=$value'' in Docker and thus ULIMIT_FSIZE=$value in ISLET has a bug in the counter.
I reported this to Docker yesterday [1].
Also, unfortunately, ``--ulimit nproc=$value'' in Docker and thus ULIMIT_NPROC=$value in ISLET, do not prevent fork
bombs in the way that ISLET is currently used. This wasn't explained in the Docker documentation and there's a ticket for it now requesting further explanation which also identifies why this is the case [2].
[1]
https://github.com/docker/docker/issues/12698[2]
https://github.com/docker/docker/issues/12695