Nano Server Container + IIS + MySQL + PHP + WordPress + Joomla.
1.6K
Created on Nano Server (Physical Machine). Container Base microsoft/nanoserver. IIS Rol added. PHP 7 (php-7.0.12RC1-nts), MySQL 5 (mysql-5.7.15), WordPress (4.6.1-es_ES), Joomla (3.6.3) preinstalled.
How to use:
Install docker on your OS (Ubuntu, Debian, Windows 10, Windows Server 2016, Nano Server, etc.). Once docker is installed, execute in elevated prompt (bash, powershell 5, etc): docker pull nanoserver/iis-mysql-php-joomla To run docker just type: docker run --name nanoiis -d -it -p 80:80 nanoserver/iis-mysql-php-joomla
Show base images: docker images Show running containers: docker ps -a -f status=running Show container IP: docker inspect -f "{{ .NetworkSettings.Networks.nat.IPAddress }}" nanoiis Show containerID: docker inspect --format="{{.Id}}" nanoiis
Now you can access via browser using container IP (ex.: http://172.18.10.110/joomla . http://172.18.10.110/wordpress ). 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
MySQL Users: root --> Password123 / dbadmin --> Password123 / usuario (user for wordpress) --> Password123
Nano Server is a Microsoft poduct. Terms of use: https://hub.docker.com/r/microsoft/nanoserver/
Hope you enjoy that container. Rate, comment and share it. Thanks...
Futher info and tutorials: https://nanoserver.es
Content type
Image
Digest
Size
1.1 GB
Last updated
almost 10 years ago
docker pull nanoserver/iis-mysql-php-joomla