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.
2 Comments
GustavoM@lemmy.world · 0 pts · 3y
Did a little "oopsie" there. My bad.
breadsmasher@lemmy.world · 1 pts · 3y
Any sourcecode to go with it?