We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ffad1 commit 5788526Copy full SHA for 5788526
README.md
@@ -8,7 +8,16 @@ You can check out his [Apache version here](https://github.com/jbfink/docker-wor
8
9
## Installation
10
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
16
```
17
18
+If you'd like to build the image yourself then:
19
20
21
$ git clone https://github.com/eugeneware/docker-wordpress-nginx.git
22
$ cd docker-wordpress-nginx
23
$ sudo docker build -t="docker-wordpress-nginx" .
0 commit comments