Skip to content

Commit

Permalink
Add requirement for directories to exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Paul Eve committed Jan 29, 2020
1 parent 7cf65f8 commit e045ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit e045ffb

Please # to comment.