Skip to content

Commit

Permalink
- Added automated build note to README.
Browse files Browse the repository at this point in the history
- Changed git tag format number in Dockerfile comment.
  • Loading branch information
Gary Wisniewski committed Nov 7, 2015
1 parent 43be55e commit ed1fd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM chapdev/chaperone-alpinejava

ADD . /setup/

# Git tag version number format should be v2.04.01. This will trigger an automated build.
# Git tag version number format should be '2.84.01'. This will trigger an automated build.
# The following version format is used within the Keybox distribution filename.
ENV KEYBOX_VERSION=2.84_01

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Thanks to [Sean Kavanagh](https://github.com/skavanagh) for designing and writin

## Quick Start

You can get started quickly using the image hosted on Docker Hub. For example, to quickly create a running self-contained KeyBox server daemon:
You can get started quickly using the automated-build image hosted on Docker Hub. For example, to quickly create a running self-contained KeyBox server daemon:

$ docker pull garywiz/docker-keybox
$ docker run -d -p 8443:8443 garywiz/docker-keybox
Expand Down

0 comments on commit ed1fd56

Please sign in to comment.