this post was submitted on 06 Jul 2023
-2 points (25.0% liked)

Docker

458 readers
9 users here now

founded 2 years ago
MODERATORS
-2
submitted 2 years ago* (last edited 2 years ago) by GustavoM to c/docker
 

Create a directory and assign ownership to nobody -- mkdir /dir/ && chown nobody /dir/

then, run with

docker run -it --rm -v /dir:/a defnotgustavom/gopeed gopeed -D /a/ https://link.goes/here

--

Gopeed (full name Go Speed), a high-speed downloader developed by Golang + Flutter, supports (HTTP, BitTorrent, Magnet) protocol, and supports all platforms.

you are viewing a single comment's thread
view the rest of the comments
[–] breadsmasher 1 points 2 years ago

Any sourcecode to go with it?