From 0d1150c5fb36818d551764bb87885bd6d912baf4 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Sun, 5 Nov 2017 16:24:06 +0100 Subject: [PATCH] fix docker usage command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f75d6..347061a 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ mkdir input cp INPUTFILES input/ mkdir config cp CONFIGFILES config/ -sudo ./openrefine-batch-docker.sh input/ config/ OUTPUT/ +sudo ./openrefine-batch-docker.sh -a input/ -b config/ -c OUTPUT/ ``` Why `sudo`? Non-root users can only access the Unix socket of the Docker daemon by using `sudo`. If you created a Docker group in [Post-installation steps for Linux](https://docs.docker.com/engine/installation/linux/linux-postinstall/) then you may call the script without `sudo`.