From cc1bf0365c6066f54678603d6e2b134e8f207abf Mon Sep 17 00:00:00 2001 From: ictlyh Date: Mon, 11 May 2015 09:27:48 +0800 Subject: [PATCH] [Translating] tech/20150331 How to Install WordPress with Nginx in a Docker Container --- ... How to Install WordPress with Nginx in a Docker Container.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20150331 How to Install WordPress with Nginx in a Docker Container.md b/sources/tech/20150331 How to Install WordPress with Nginx in a Docker Container.md index 9f74c672f4..3d8f77e1cb 100644 --- a/sources/tech/20150331 How to Install WordPress with Nginx in a Docker Container.md +++ b/sources/tech/20150331 How to Install WordPress with Nginx in a Docker Container.md @@ -1,3 +1,4 @@ +Translating by ictlyh How to Install WordPress with Nginx in a Docker Container ================================================================================ Hi all, today we'll learn how to install WordPress running Nginx Web Server in a Docker Container. WordPress is an awesome free and open source Content Management System running thousands of websites throughout the globe. [Docker][1] is an Open Source project that provides an open platform to pack, ship and run any application as a lightweight container. It has no boundaries of Language support, Frameworks or packaging system and can be run anywhere, anytime from a small home computers to high-end servers. It makes them great building blocks for deploying and scaling web apps, databases, and back-end services without depending on a particular stack or provider.