QAutomatron / docker-yandex-disk

Docker container for Yandex Disk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-yandex-disk

Container with Ya.Disk inside

How to run:

docker run -d --name yadisk1 \
 -e YANDEX_USER=<login> \
 -e YANDEX_PASSWORD=<password> \
 --restart=always \
 qautomatron/docker-yandex-disk

Now you can mount files from another container with --volumes-from yadisk

Files would be available in /var/lib/selenium folder.

About

Docker container for Yandex Disk


Languages

Language:Shell 100.0%