harshadyeola / wordpress

Wordpress docker image with bundled MySQL server (only for testing purposes)

Home Page:http://tutum.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tutum-docker-wordpress

This image will be deprecated soon. Please use the docker official image: https://hub.docker.com/_/wordpress/

Deploy to Tutum

Out-of-the-box Wordpress docker image

Usage

To create the image tutum/wordpress, execute the following command on the tutum-docker-wordpress folder:

docker build -t tutum/wordpress .

You can now push your new image to the registry:

docker push tutum/wordpress

Running your Wordpress docker image

Start your image:

docker run -d -p 80:80 tutum/wordpress

Test your deployment:

curl http://localhost/

You can now start configuring your Wordpress container!

More information

For details on how to access the bundled MySQL Server, set specific passwords or disable .htaccess, please visit the tutum/lamp repository on github

About

Wordpress docker image with bundled MySQL server (only for testing purposes)

http://tutum.co/

License:Apache License 2.0


Languages

Language:PHP 71.9%Language:Shell 28.1%