/pcloud-eu

Primary LanguageDockerfileMIT LicenseMIT

Run pCloud storage client in a Docker container

Create and publish a Docker image

This Docker container allow you to run mount your pCloud storage and support the EU region. Learn more about pCloud: https://www.pcloud.com/

Pull image

docker pull ghcr.io/matsprea/pcloud-eu

Running the container

docker run -it \
     --privileged \
     -v pcloud-dir:/root/.pcloud:shared \
     --name pcloud-eu \
     -e PCLOUD_REGION_EU=true \
     -e PCLOUD_USERNAME=youremail@example.com \
     -e PCLOUD_PASSWORD=securecloudpassword \
     -e PCLOUD_MOUNT=pcloud-dir \
     ghcr.io/matsprea/pcloud-eu:main 

Check the Docker documentation for more info on the mount options

Running container

docker start pcloud-eu