This image takes the official nginx image and installs wget and curl. This used for automation projects such as having a cron job to download files into the web hosted directory.
docker run -d --name nginx -p 80:80 circa10a/nginx-wget:latest
docker run -d --name nginx -p 80:80 circa10a/nginx-wget:alpine
Content type
Image
Digest
Size
69 MB
Last updated
almost 6 years ago
docker pull circa10a/nginx-wget