From 17303b18b8813a184dadaacf63b10a419e476d07 Mon Sep 17 00:00:00 2001 From: Elijah Zupancic Date: Tue, 24 Mar 2015 19:02:10 -0700 Subject: [PATCH] Removed ulimit steps from Dockerfile because they aren't applied according to @cpuguy83. Signed-off-by: Elijah Zupancic --- docs/sources/examples/running_riak_service.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sources/examples/running_riak_service.md b/docs/sources/examples/running_riak_service.md index 0b5323404..4945feff7 100644 --- a/docs/sources/examples/running_riak_service.md +++ b/docs/sources/examples/running_riak_service.md @@ -60,7 +60,6 @@ After that, we install Riak and alter a few defaults: # Install Riak and prepare it to run RUN apt-get update && apt-get install -y riak RUN sed -i.bak 's/127.0.0.1/0.0.0.0/' /etc/riak/app.config - RUN echo "ulimit -n 4096" >> /etc/default/riak Then, we expose the Riak Protocol Buffers and HTTP interfaces, along with SSH: