From 900943a1b6509ec8530c473ccb6518fa602b4a38 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 4 Jul 2016 20:22:10 -0400 Subject: [PATCH] Add # prefix to images command [ci skip] --- docs/deployment/images.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/deployment/images.md b/docs/deployment/images.md index c14075777..2644d651c 100644 --- a/docs/deployment/images.md +++ b/docs/deployment/images.md @@ -5,10 +5,10 @@ The dokku tags plugin allows you to add docker image tags to the currently deployed app image for versioning and subsequent deployment. ``` -tags List all app image tags -tags:create Add tag to latest running app image -tags:deploy Deploy tagged app image -tags:destroy Remove app image tag +tags # List all app image tags +tags:create # Add tag to latest running app image +tags:deploy # Deploy tagged app image +tags:destroy # Remove app image tag ``` For exampple, you can list all tags for a given application: