Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wckr/wordpress-dockerfile

This is a really simple Dockerfile of WordPress including MySQL and WP-CLI.
https://github.com/wckr/wordpress-dockerfile

docker dockerfile mysql wocker wordpress wp-cli

Last synced: about 2 months ago
JSON representation

This is a really simple Dockerfile of WordPress including MySQL and WP-CLI.

Awesome Lists containing this project

README

        

# WordPress Dockerfiles

Dockerfiles of WordPress including PHP 7, MariaDB, WP-CLI, Wordmove, MailHog, Xdebug, PHPUnit.

## Usage

### Docker

```shell
$ docker run -d -p 80:80 -p 3306:3306 -p 8025:8025 wocker/wordpress
```

### Wocker

```shell
$ wocker run wocker/wordpress
```