Sign inSign up

dancodes/megatools

By dancodes

Updated almost 8 years ago

Image
7

1.9K

dancodes/megatools repository overview

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 protected]
PASS=yourpassword
FILE=README.md

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

Tag summary

Content type

Image

Digest

sha256:6eb29c11a

Size

121.9 MB

Last updated

almost 8 years ago

docker pull dancodes/megatools