Docker install fails #1205
-
|
I am not yet sure if it is an issue or (maybe more likely) I am doing something wrong, but installation in Docker under Fedora fails for me. When using the command according to documentation I tried chown and chmod 777, tried creating the "Photos" directory myself before running the command, so far, nothing helps. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Try using :Z (uppercase Z) with the volume mappings --directory /data:Z and perhaps -v $(pwd)/Photos:/data:Z At least this got things going for me on Fedora. |
Beta Was this translation helpful? Give feedback.
Try using :Z (uppercase Z) with the volume mappings
--directory /data:Z and perhaps -v $(pwd)/Photos:/data:Z
At least this got things going for me on Fedora.