Skip to content

Flodu31/Nginx-Wordpress-WindowsServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you want to deploy your wordpress on a Windows container, with nginx, just use the following command line.

To start, deploy a mysql server, with the Microsoft image:

docker run --name mysqlwordpress -p 3306:3306 -d microsoft/sample-mysql ping -t localhost

Now, use this image to deploy your wordpress:

docker run --name wordpress -p 80:80 -d flodu31/wordpressnginxwinserver ping -t localhost

Browse the IP of your VM where the container is running, with adding /wordpress:

http://192.168.0.12/wordpress

Install your wordpress :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published