astefanutti / decktape

PDF exporter for HTML presentations
MIT License
2.19k stars 176 forks source link

docker: mounting of local storage #156

Closed pat-s closed 6 years ago

pat-s commented 6 years ago

Only works for me when using -v $HOME:$HOME instead of -v ~:/home/user when trying to write locally.

Otherwise I get:

volume name is too short, names should be at least two alphanumeric characters

astefanutti commented 6 years ago

It seems like a Docker issue moby/moby#20122.

Either your Docker version may be out-dated or your shell does not do tilde expansion before passing the argument.

Anyway, I don't see anything that could be done on DeckTape side.