Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richistron/wordpress-docker-mariadb

Simple docker bootstrapping for wordpress 4.3.1
https://github.com/richistron/wordpress-docker-mariadb

Last synced: 8 days ago
JSON representation

Simple docker bootstrapping for wordpress 4.3.1

Awesome Lists containing this project

README

        

# Worpress Docker

Basic docker setup for wordpress.

## Installation

Make sure you have docker v1.8 or higher installed.

* [Install Docker]

### Usage

```
eval $(docker-machine env default)
docker-compose up
```

[Install Docker]: https://docs.docker.com/v1.8/installation/