From 774dd5fd77bcf7e8a4a829b56e56c0cb3db62432 Mon Sep 17 00:00:00 2001 From: Martin Paul Eve Date: Wed, 29 Jan 2020 09:07:27 +0000 Subject: [PATCH] Add requirement for directories to exist Signed-off-by: Martin Paul Eve --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1923c1c5..0d88bb4c 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ alias whipper="docker run -ti --rm --device=/dev/cdrom \ You should put this e.g. into your `.bash_aliases`. Also keep in mind to substitute the path definitions to something that fits to your needs (e.g. replace `… -v ${PWD}/output:/output …` with `… -v ${HOME}/ripped:/output \ …`). -Make sure you create the configuration directory: +Essentially, what this does is to map the /home/worker/.config/whipper and ${PWD}/output (or whatever other directory you specified) on your host system to locations inside the Docker container where the files can be written and read. These directories need to exist on your system before you can run the container: `mkdir -p ~/.config/whipper "${PWD}"/output`