From 73b997faf783d1c493f60fde820e52a67e8485fd Mon Sep 17 00:00:00 2001 From: "Palm, Niek" Date: Fri, 11 Mar 2016 15:59:16 +0000 Subject: [PATCH] add sudo so docker can install consulfs --- www/htdocs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/htdocs/index.html b/www/htdocs/index.html index b095ce60..c128dc3e 100644 --- a/www/htdocs/index.html +++ b/www/htdocs/index.html @@ -5097,7 +5097,7 @@ class: pic - Be lazy and use the Docker image: ``` - docker run --rm -v /usr/local/bin:/target jpetazzo/consulfs + sudo docker run --rm -v /usr/local/bin:/target jpetazzo/consulfs ``` ] @@ -5174,7 +5174,7 @@ Leave this running in the foreground. - Install `consulfs` and mount Consul: ``` - docker run --rm -v /usr/local/bin:/target jpetazzo/consulfs + sudo docker run --rm -v /usr/local/bin:/target jpetazzo/consulfs mkdir ~/consul consulfs localhost:8500 ~/consul ```