docker-wp-archive icon indicating copy to clipboard operation
docker-wp-archive copied to clipboard

Docker WP

Prerequisites

  • Docker Engine
  • Docker Compose
  • Docker Machine

These can be installed using your system's native package manager or from binaries/installers. See the Docker docs for details.

Installation

Clone this repo to the directory you want to use as the root of your site:

git clone [email protected]:joshbetz/docker-wp.git --recursive my-site
cd my-site

Make sure Docker is running then:

./bin/up

Once that completes, go to http://localhost:8000/ to install WordPress.

Upgrade WordPress

docker-wp/bin/up