Skip to content

Commit

Permalink
Merge pull request #220 from wp-cli/4727-mention-docker
Browse files Browse the repository at this point in the history
Mention the Docker installing method
  • Loading branch information
schlessera committed Mar 30, 2018
2 parents 88d1d5b + d68fc4b commit 82d2f22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions installing.md
Expand Up @@ -195,6 +195,14 @@ Then, just symlink the binary:

Here's the [formula](https://github.com/homebrew/homebrew-php/blob/master/Formula/wp-cli.rb).

### Installing via Docker

The Docker community maintains [WordPress and WP-CLI images](https://hub.docker.com/_/wordpress/).

To include the WP-CLI image in your own project:

image: wordpress:cli

### Installing on Windows

Install via [composer as described above](#installing-via-composer) or use the following method.
Expand Down

0 comments on commit 82d2f22

Please sign in to comment.