Based on ubuntu:14.04 and official mail.ru-cloud client package. JWM - smallest window manager to hold tray icon. Managing using VNC (Mail.ru provides only graphical client).
docker run --name cloudmailru -e "VNCPASS=123456" -d -p 5900:5900 -v /tmp/cmr:/root/Cloud\ Mail.Ru delfer/cloudmailru
Change 123456 to your prefered VNC password and /tmp/cmr to the host's folder for sync.
Or using docker-compose.Ready! Now your folder will be in sync and you can close VNC connection. Application will auto start with container.
Do not try to enter in authorization form any non-english characters, for example russian. It breaks client and container should be restarted.
version: "3"
services:
cloudmailru:
container_name: cloudmailru
image: delfer/cloudmailru
volumes:
- /tmp/cmr:/root/Cloud Mail.Ru
ports:
- "5900:5900"
environment:
- VNCPASS=123456
logging:
options:
max-size: "10m"
max-file: "5"
restart: always
Content type
Image
Digest
Size
186.3 MB
Last updated
over 7 years ago
docker pull delfer/cloudmailru