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

Docker

452 readers
9 users here now

founded 1 year ago
MODERATORS
-2
submitted 1 year ago* (last edited 1 year 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 1 year ago (1 children)

Did a little "oopsie" there. My bad.

[โ€“] breadsmasher 1 points 1 year ago

Any sourcecode to go with it?