From 3d792d2b25eb620b881a0b4dde91aeff2e25aff0 Mon Sep 17 00:00:00 2001 From: Cornic Mathieu Date: Fri, 9 Feb 2018 16:11:59 +0100 Subject: [PATCH] fix: misplaced docker pull message when container is ready to be created --- .../groups/views/view-container.client.view.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/modules/groups/views/view-container.client.view.html b/public/modules/groups/views/view-container.client.view.html index e174e6ec..8c6ca69d 100644 --- a/public/modules/groups/views/view-container.client.view.html +++ b/public/modules/groups/views/view-container.client.view.html @@ -166,6 +166,12 @@

Commands

Yes, I want to delete this service from this group +
+ Execute the following command on daemon "{{container.daemon.name}}" to download the image: + + docker pull {{ container.image }} + +
@@ -212,12 +218,6 @@
Admin
-
- Execute the following command on daemon "{{container.daemon.name}}" to download the image: - - docker pull {{ container.image }} - -

Ports