Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 270 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 270 Bytes

Dockerfile for wget

An ultra simple and lightweight wget container using alpine linux.

Example

$ docker run -v `pwd`:/data inutano/wget:0.1.0 "http://google.com/" -P /data

This is too small thus you may use "--no-check-certificate" for https connection.