apache24
Nano Server + Apache 2.4. Updated on 07 January 2017.
5.4K
Created on Nano Server (Physical Machine) using Official Container Base: microsoft/nanoserver. Apache 2.4 for Windows installed.
How to use:
Install Docker on your computer (Windows 10, Windows Server 2016, Nano Server host). Once Docker is installed, execute in elevated prompt (powershell): docker pull nanoserver/apache24
To run Nano Server-Apache docker just type: docker run --name apache -d -it -p 80:80 nanoserver/apache24
Show base images: docker images Show running containers: docker ps -a -f status=running Show container ID: docker inspect --format="{{.Id}}" apache
Show container IP: docker inspect -f "{{ .NetworkSettings.Networks.nat.IPAddress }}" apache 192.168.x.x.
Now you can access via browser using container IP (ex.: http://192.168.x.x ). Use here container IP. You also can access via powershell: Enter-PSSession -RunAsAdministrator
If you want container starts everytime docker service starts: docker update --restart=always
Nano Server is a Microsoft product. Terms of use: https://hub.docker.com/r/microsoft/nanoserver/
Hope you enjoy that container. Rate, comment and share it. Thanks...
More info and tutorials: https://nanoserver.es
Content type
Image
Digest
Size
382.5 MB
Last updated
almost 9 years ago
docker pull nanoserver/apache24