diff options
author | Steve <nilslice@gmail.com> | 2017-04-14 17:18:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-14 17:18:59 -0700 |
commit | 1cee00148b32a23349b9569dc6c9fba187888767 (patch) | |
tree | fc611b17b1d7802da1cd24da4e9dd0eb9c0f0b1e | |
parent | d686a2a0d6c9d22464e470e715ccd759c0481de7 (diff) |
Update README.md
-rw-r--r-- | docker/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/README.md b/docker/README.md index 2401588..6b65643 100644 --- a/docker/README.md +++ b/docker/README.md @@ -2,9 +2,9 @@ ## Ponzu Docker build -Ponzu is distributed as a docker image **NEEDS LINK**, which aids in docker deployment. The Dockerfile in this directory is used by ponzu to generate the docker image which contains the ponzu executable. +Ponzu is distributed as a [docker image](https://hub.docker.com/r/ponzu/ponzu/), which aids in docker deployment. The Dockerfile in this directory is used by ponzu to generate the docker image which contains the ponzu executable. -### The following are convient commands during development of Ponzu. +### The following are convenient commands during development of Ponzu core. #### Build the docker image. Run from the root of the project. ```bash @@ -19,4 +19,4 @@ pwd # will output the go src directory for ponzu ponzu version # will output the ponzu version # make an edit on your local and rebuild go get github.com/ponzu-cms/ponzu/... -```
\ No newline at end of file +``` |