From 23b2223671170b60fba65fcbcc0c5726eaef9dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@hedenstroem.com> Date: Fri, 1 Aug 2014 13:25:08 +0200 Subject: [PATCH] Added info about tagging to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 691e6d0..5d2c76a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ Docker image to run [Atlassian Crowd](https://www.atlassian.com/software/crowd). docker build --rm -t registry.codemate.se/crowd . ``` +Make sure to tag the image with the proper version number. + +``` +docker tag registry:codemate.se/crowd:latest registry:codemate.se/crowd:1.0.0 +``` + + ## Usage It's as simple as: -- GitLab