Windows Server Core image with Apache [httpd](http://httpd.apache.org/) installed.
787
Windows Server Core image with Apache httpd installed.
Note. This image has only been tested with the Apache tools - ab, htpasswd etc. It has not been tested as a web server.
E.g. to generate a encrypted password file for a secure Docker registry:
mkdir auth
docker run --rm sixeyed/httpd:windowsservercore `
htpasswd -b -n -B `
elton d0cker > auth\registry.htpasswd
That will generate registry.htpasswd with a single credential entry, something like:
elton:$2y$05$saIVQ.pV.9EPOsLpNP04puj0Mf9r2wMHeGg/XViGhPfdoxb1oaCPO
Content type
Image
Digest
Size
4.1 GB
Last updated
almost 10 years ago
docker pull sixeyed/httpd:windowsservercore