A Baidu Pan client in a docker container
2.4K
This is a useful tool to synchronize your data between Baidu Pan and any environment that supports Docker. It uses Alpine Linux as base layer and bypy as the client.
docker pull kukki/docker-baidupan
docker run -it --restart on-failure --name docker-baidupan -v /path/to/bypy:/bypy kukki/docker-baidupan
Note:
/path/to to your actual path you want to sync with Baidu Pan--restart on-failure is to set auto-restart when expected error occursEnterYou can keep the docker container running in the foreground
-- or --
You can hit CTRL-C to stop it, and then type the following command to restart the container.
docker start docker-baidupan
git clone [email protected]:jkoo/docker-baidupan.git
# syncup (from local to remote)
# syncdown (from remote to local)
sed -i 's/syncup/syncdown/g' bypy-daemon.sh
docker build -t docker-baidupan .
docker run -it --restart on-failure --name docker-baidupan -v /path/to/bypy:/bypy docker-baidupan
Content type
Image
Digest
Size
64.1 MB
Last updated
about 10 years ago
docker pull kukki/docker-baidupan