Open napsta32 opened 4 years ago
you need to identify LOCAL_CONFIG_PATH and YOUR_DATA_DIR_MOUNT and remove
The docker instructions also point to the wrong github repo:
[pi@pi4b8:~/src/Dropbox-Uploader]$ grep sircu README.md
docker build https://github.com/sircuri/Dropbox-Uploader.git -f Dockerfile -t <TAG>
docker build https://github.com/sircuri/Dropbox-Uploader.git -f Dockerfile.pi -t <TAG>
The sircuri repo seems to be an unmaintained relative of this one.
Each time I run with docker command:
docker run -i --rm --user=$(id -u):$(id -g) -v <LOCAL_CONFIG_PATH>:/config -v <YOUR_DATA_DIR_MOUNT>:/workdir <TAG> <Arguments>
I get this error and configuration is not saved: