rackeysingh

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by rackeysingh

  1. Excellent work on the Container sorry may be a dumb question total newb i have created a rclone.conf on my base machine but i am new to docker and trying to use your container to mount my drive the drive is a google Team drive but i do not know how to create your container or i can not get it working this is what i normally put in to my Ubuntu Server to mount the drive sudo rclone --allow-non-empty --allow-other mount tdrive: /home/{user}/tdrive --size-only --dir-cache-time=2m --vfs-read-chunk-size=64M --vfs-cache-max-age 675h --vfs-read-chunk-size-limit=1G --buffer-size=32M this is what i am trying with your container file docker run -d --name rclone-mount \ --restart=unless-stopped \ --cap-add SYS_ADMIN \ --device /dev/fuse \ --security-opt apparmor:unconfined \ -e RemotePath="tdrive:" \ -e MountCommands="--allow-other --allow-non-empty --size-only --dir-cache-time=2m --vfs-read-chunk-size=64M --vfs-cache-max-age 675h --vfs-read-chunk-size-limit=1G --buffer-size=32M" \ -v /home/media/.config/rclone:/config \ -v /home/media/dtdrive:/shared \ tynor88/rclone-mount sorry again if this wastes your time just looking for some help thank you in advance. also i am not able to pull your image Error response from daemon: manifest for tynor88/rclone-mount:latest not found: manifest unknown: manifest unknown