Skip to content

Commit d2a45a5

Browse files
committed
README: Document interaction with Docker rootless.
Fixes #254.
1 parent fe39e3d commit d2a45a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ To use `docker-zulip`, you need the following:
100100
easy to sharply limit the RAM allocated to the services Zulip
101101
depends on, like redis, memcached, and postgresql (at the cost of
102102
potential performance issues).
103+
* This project doesn't support `docker-rootless`; Zulip needs root
104+
access to set properties like the maximum number of open file
105+
descriptions via `ulimit` (which is important for it to handle
106+
thousands of connected clients).
103107

104108
[install-docker]: https://docs.docker.com/install/
105109
[install-docker-compose]: https://docs.docker.com/compose/install/

0 commit comments

Comments
 (0)