Automagically pulls the latest docker wordpress version and skips the install prompts.
To be used for easy WordPress theme and plugin development
Clone the repository
git clone https://github.com/InfamousStarFox/docker-wordpress.git
cd docker-wordpress
With docker running, in terminal:
docker-compose up -d
Congrats! WordPress is now running at http://localhost:8000
You can login with
- Username: admin
- Password: password
Docker will automatically create a wp-content/
folder that you can directly access to place your themes and plugins in
Done for the day? Stop the docker container with
docker-compose down
Need to reset? Delete all the WordPress data and return to a fresh installation with
docker-compose rm -fs
docker volume prune