iis-mysql-php-wordpress
Nano Server (v.10.0.14393.1480) + IIS + MySQL + PHP + WordPress. Updated on 08/02/2017.
10K+
Nano Server (Container). Container Base: microsoft/nanoserver. IIS, PHP 7 (version 7.1.7), MySQL 5 (mysql-5.7.19), WordPress (4.8).
How to use the Container: Install docker on your OS (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-wordpress
To run docker just type: docker run --name nanoiis -d -it -p 80:80 nanoserver/iis-mysql-php-wordpress
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/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 / dbuser --> Password123 dbuser (wordpress user) --> Password123 usuario (wordpress user) --> Password123
Dockerfile: https://github.com/nanoserver/wordpress/blob/master/Dockerfile/Dockerfile
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...
Dockerfiles for Nano Server: https://github.com/nanoserver
More info and tutorials: https://nanoserver.online
Content type
Image
Digest
Size
754.3 MB
Last updated
almost 9 years ago
docker pull nanoserver/iis-mysql-php-wordpress