Sign inSign up

sixeyed/httpd

By sixeyed

Updated almost 10 years ago

Windows Server Core image with Apache [httpd](http://httpd.apache.org/) installed.

Image
1

787

sixeyed/httpd repository overview

openssl

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.

Source

In sixeyed/dockers-windows

Usage

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

Tag summary

Content type

Image

Digest

Size

4.1 GB

Last updated

almost 10 years ago

docker pull sixeyed/httpd:windowsservercore