Purpose: To use the pCloud files outside the container.
Doc :
- share option for docker bind volumes here and here : Configure bind propagation.
- capabilities needed : s3fs-fuse/s3fs-fuse#647
- Special thanks to James Kinney : https://github.com/jamesfkinney/plex-pcloud
Run :
# docker run -ti -v /volumes/pcloud/mount/:/pcloud/:shared --cap-add SYS_ADMIN --device /dev/fuse --name pcloudcc bigorno/pcloudcc_in_docker:latest
Run with docker-compose :
# IMAGE_TAG=latest docker-compose build
# IMAGE_TAG=vx.y.z docker-compose build
# IMAGE_TAG=latest docker-compose up [--build] -d
Please, use a file named secret1 to store your pCloud password. And adapt docker-compose file to your needs, and rename it to docker-compose.yml, without template extension.