Skip to content

dancodes/megatools-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

MEGAtools on Docker

This is a dockerfile that creates a container with github.com/megous/megatools in it, allowing you to use MEGA.co.nz's storage without installing any extra packages.

Install

docker pull dancodes/megatools

Build

docker build -t megatools .

Usage

#!/bin/bash

EMAIL=youremail@example.com
PASS=yourpassword
FILE=README.md

docker run --rm \
         -v "$(pwd):$(pwd)" -w "$(pwd)" \
         -t -i dancodes/megatools \
         megaput \
         -u "$EMAIL" -p "$PASS" \
         "$FILE"

About

Backup your files with MEGA.co.nz with the CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published