Sign inSign up

circa10a/nginx-wget

By circa10a

Updated over 5 years ago

Nginx with wget,cron installed

Image
0

500K+

circa10a/nginx-wget repository overview

Docker Nginx-wget

Purpose

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.

Usage

Debian
docker run -d --name nginx -p 80:80 circa10a/nginx-wget:latest
Alpine
docker run -d --name nginx -p 80:80 circa10a/nginx-wget:alpine

Tag summary

Content type

Image

Digest

Size

69 MB

Last updated

almost 6 years ago

docker pull circa10a/nginx-wget