From 823b267bc803b8a18ef83dd9b2060fb618267fcb Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sun, 25 Jan 2015 07:10:59 +0000 Subject: [PATCH] Guess it wasn't a bug, latest is most recent if produced via git. 1) It appears that manually building images creates master as latest. 2) If built from git commit, latest is the latest. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32fbd6b..d4b33c1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Publish the container's port to the host: ``` -docker run -d -p 81:80 --name="ybdb" bikebike/ybdb:master +docker run -d -p 81:80 --name="ybdb" bikebike/ybdb ``` ###Status