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.

top 2 comments
sorted by: hot top controversial new old
[โ€“] GustavoM 0 points 2 years ago (1 children)

Did a little "oopsie" there. My bad.

[โ€“] breadsmasher 1 points 2 years ago

Any sourcecode to go with it?