Intended to be run as more of a command container rather than a daemon.
Initially need to start by authorizing the container via
docker run --rm -it -v <local_volume>:/root/gdrive justmorr/gdrive
This will provide a url to navigate to and you'll need to paste the auth code back. You've now gained a security token within the container.
Now you need to pull down a folder to utilize via
docker run --rm -v <local_volume>:/root/gdrive justmorr/gdrive pull <Google_Drive_Folder>
And finally, you'll just continue to interact with that same folder in the same manor. For example you can push updates to the new folder as such
docker run --rm -v <local_volume>:/root/gdrive justmorr/gdrive push <Google_Drive_Folder>
Content type
Image
Digest
Size
309.6 MB
Last updated
almost 7 years ago
docker pull justmorr/gdrive