Coder Social home page Coder Social logo

grive's Introduction

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

grive's People

Contributors

arangogutierrez avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

grive's Issues

Containers-ftw

hey @ArangoGutierrez ! First try to pull and run your image, it doesn't work as advertised. Could you try a pull and provide instruction? The executable isn't found, so likely if it's working for you I would double check that you aren't in fact calling the version on your local machine. Let me know when it's ready for another evaluation!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.