Sign inSign up

stepri/docker-plexdrive

By stepri

•Updated almost 8 years ago

-

Image
0

187

stepri/docker-plexdrive repository overview

⁠docker-plexdrive

Docker image for running plexdrive⁠

⁠Usage

version: '3'

services:
  plexdrive:
    container_name: plexdrive
    image: wiserain/plexdrive
    restart: always
    network_mode: "bridge"
    volumes:
      - ${DOCKER_ROOT}/plexdrive/config:/config
      - /your/mounting/point:/data:shared
    privileged: true
    devices:
      - /dev/fuse
    cap_add:
      - MKNOD
      - SYS_ADMIN
    environment:
      - PUID=<user id>
      - PGID=<group id>
      - RUN_OPTS=<additional arguments for running plexdrive>

First, up and run your container as above. It will be waiting for two plexdrive configuration files to be ready. You can create those files using built-in script by

docker-compose exec <service_name> plexdrive_setup

Once you finish typing your API token, shell stops responding. No worries, it is expected. Simply escape by Ctrl+C, and go to /config. You will find two json files generated. Container running in background proceeds to execute mounting command for plexdrive. You can now access google drive contents via volume-mapped /your/mounting/point.

Tag summary

Content type

Image

Digest

Size

73.5 MB

Last updated

almost 8 years ago

docker pull stepri/docker-plexdrive