Out-of-the-box Wordpress docker image
500K+
Out-of-the-box Wordpress docker image
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
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!
For details on how to access the bundled MySQL Server, set specific passwords or disable .htaccess, please visit the tutum/lamp repository on github
Content type
Image
Digest
sha256:2aa05fd3e…
Size
168.3 MB
Last updated
almost 10 years ago
Requires Docker Desktop 4.37.1 or later.