ArangoGutierrez / grive

A Container implementation for the Google Drive Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Linux Container implementation of the grive client

Singularity Drive

A Singularity imlementation for the Google Drive Client

Usage

Pealse refer to http://yourcmc.ru/wiki/Grive2#Installation

For a first time Drive sync

$ sudo singularity create -s 1024 /some/path/grive.img 

and

$ sudo singularity bootstrap /some/path/grive.img grive.def

or

 $ singularity pull --name "grive.img" shub://ArangoGutierrez/grive

In your host

$ mkdir /home/MyGoogleDriveFoldeName
$ cd /home/MyGoogleDriveFoldeName
$ singularity run /some/path/grive.img -a

After this, for Sync only

$ cd /home/MyGoogleDriveFoldeName
$ singularity run /some/path/grive.img

Docker Drive

A Docker imlementation for the Google Drive Client

Usage

Pealse refer to http://yourcmc.ru/wiki/Grive2#Installation

For a first time Drive sync

$ docker pull ashael/dockerdrive 

or

$docker build Dockerfile (after git clone)
$ mkdir /home/MyGoogleDriveFoldeName
$ cd /home/MyGoogleDriveFoldeName
$ docker run -it -v $PWD:/home/grive -w /home/grive grive

Then inside the Container

$ grive -a

After this, for Sync only

$ docker run --rm -v $PWD:/home/grive -w /home/grive --name "Gdrive" grive grive

About

A Container implementation for the Google Drive Client