From abf82a18fb22d4d2805f7d3985d484fbe133fb68 Mon Sep 17 00:00:00 2001
From: Graham Christensen <graham@grahamc.com>
Date: Thu, 15 Aug 2019 09:47:05 -0400
Subject: [PATCH] doc/functions/dockertools.xml: clarify that "Commands" means
shell commands
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
---
doc/functions/dockertools.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/functions/dockertools.xml b/doc/functions/dockertools.xml
index e2ea2f7b976..a284182bb04 100644
--- a/doc/functions/dockertools.xml
+++ b/doc/functions/dockertools.xml
@@ -325,7 +325,7 @@ hello latest de2bf4786de6 About a minute ago 25.2MB
</term>
<listitem>
<para>
- Commands to run while building the final layer, without access
+ Shell commands to run while building the final layer, without access
to most of the layer contents. Changes to this layer are "on top"
of all the other layers, so can create additional directories
and files.