Sign inSign up

delfer/cloudmailru

By delfer

Updated over 7 years ago

[email protected] client

Image
4

998

delfer/cloudmailru repository overview

[email protected] client

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).

Usage

  1. Start container: 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.
  2. Connect using VNC client to your container, for example tightvnc localhost:0
  3. Enter VNC password
  4. You will see authorization form
  5. Enter you mail and password, accept license agreement, click "Login"
  6. On the next screen click "Browse" and immediately "Choose" to use mounted host's folder
  7. Click "Next" and "Done"

Ready! Now your folder will be in sync and you can close VNC connection. Application will auto start with container.

Warning

Do not try to enter in authorization form any non-english characters, for example russian. It breaks client and container should be restarted.

Docker-compose

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

Tag summary

Content type

Image

Digest

Size

186.3 MB

Last updated

over 7 years ago

docker pull delfer/cloudmailru