Mount --user-data-dir for container #13
phit42
announced in
Announcements
Replies: 1 comment 1 reply
-
I did it like this (docker-compose) and it seems to be written to:
and then my flag would be |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to follow this suggestion (for my docker container install of sockpupp on a Synology NAS):
so I mounted a directory /volumeSATA/satashare/.../user-data-dir from an external sata drive (I cannot "ram" it but at least I can move it away from my raid drives),
-v /volumeSATA/satashare/.../user-data-dir:/user-data-dir:rw
and told Chromium to use it (env CHROMIUM_FLAGS --user-data-dir=/user-data-dir ).
It doesn't work though. it doesn't recognize the flag or the directory, what am I missing?
Beta Was this translation helpful? Give feedback.
All reactions