Sign inSign up

rstiller/wordpress

By rstiller

Updated almost 11 years ago

Image
0

3.9K

rstiller/wordpress repository overview

#docker-wordpress

initial setup

Connect to your server and execute the following commands:

sudo apt-get -q update
sudo apt-get install -y --force-yes --no-install-recommends puppet git
git clone https://github.com/rstiller/docker-wordpress.git
cd docker-wordpress
sudo puppet apply --modulepath=modules setup.pp
docker pull rstiller/wordpress

add a new blog

Each new customer needs to have

  • a domain
  • a port number
sudo add-blog.sh www.domain.com 5000

To start the actual container type the following command:

/containers/www_domain_com/run.sh

The new blog is now available.

Tag summary

Content type

Image

Digest

sha256:9e3414a66

Size

136.2 MB

Last updated

almost 11 years ago

docker pull rstiller/wordpress