Prepared for somaxconn FROM redis:3.2.1 COPY ./start.sh /start.sh ENTRYPOINT ["/start.sh"]
❯❯❯ cat start.sh #!/bin/sh sysctl -w net.core.somaxconn=65535 redis-server
Content type
Image
Digest
Size
70.8 MB
Last updated
about 10 years ago
docker pull serhio/redis:somaxconn