docker-wp-local
A simple local WordPress Docker setup.
- Clone your theme into the root of this project
- Personalize
.env. These are the settings that will be used by Docker to setup the database etc. - Run (both options will install into a
wordpressfolder which is used by Docker)make setupto download the latest WordPress from WordPress.org
Browse to http://localhost and complete your WordPress install.