Skip to content

Commit 5788526

Browse files
committed
Update README for Easier Install
1 parent b0ffad1 commit 5788526

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ You can check out his [Apache version here](https://github.com/jbfink/docker-wor
88

99
## Installation
1010

11+
The easiest way to get this docker image installed is to pull the latest version
12+
from the Docker registry:
13+
14+
```bash
15+
$ docker pull eugeneware/docker-wordpress-nginx
1116
```
17+
18+
If you'd like to build the image yourself then:
19+
20+
```bash
1221
$ git clone https://github.com/eugeneware/docker-wordpress-nginx.git
1322
$ cd docker-wordpress-nginx
1423
$ sudo docker build -t="docker-wordpress-nginx" .

0 commit comments

Comments
 (0)