This lets me background wget on devices without screen/tmux
954
I have a Synology NAS. It runs docker, but doesn't have a non-hacky way to install screen/tmux. With this image I can background long running wget jobs without a persistent session.
docker run -d -v $PWD:/data markhuge/wget -P /data/ ...
Content type
Image
Digest
Size
2 MB
Last updated
over 9 years ago
docker pull markhuge/wget