Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci/Dockerfile: Warn if
ulimit -n
is too high when running Docker
The underlying issue does not affect our CI hosts, but is an issue on my development machine (Arch Linux). In particular, this affects the vanilla configuration of Docker on systemd, which has effectively no limit: https://github.com/docker/packaging/blob/11400a3f5a20f2e3eecc3e6347a2ad9ce41278c7/pkg/docker-engine/common/systemd/docker.service#L31 I hope this saves future generations some precious hours of their life.
- Loading branch information