Read more on GitHub: https://github.com/bandi13/docker-megacmd
129
Container for the MEGA.nz CLI utility. The main thing I use it for is to download files from mega.nz (that exceed the arbitrary 2GB limit) without needing to create an account.
Very simple container, to build it yourself just run:
docker build -t megacmd .
Or you can use the one on my Docker Hub: bandi13/docker-megacmd.
Then you can run it like so:
docker run --rm -it -v $(pwd):/ws -w /ws bandi13/docker-megacmd mega-get <URL> <destFileName>
Files will be owned by root, but you're an adult, you know how to sudo chown.
If you find this useful, consider buying me a coffee/beer:
. Thanks!
Content type
Image
Digest
sha256:0886d9eb5…
Size
197.4 MB
Last updated
about 2 years ago
docker pull bandi13/docker-megacmd