# testalauda **Repository Path**: we-blog/testalauda ## Basic Information - **Project Name**: testalauda - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-07-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tutum-docker-wordpress ====================== [![Deploy to Tutum](https://s.tutum.co/deploy-to-tutum.svg)](https://dashboard.tutum.co/stack/deploy/) 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](https://github.com/tutumcloud/tutum-docker-lamp)