From 36c0aa21ebda73af86b855df77803e243744e15d Mon Sep 17 00:00:00 2001 From: NoNE Date: Tue, 30 Oct 2018 18:50:44 +0200 Subject: [PATCH] Added an explanation for using the double dash symbol (#10661) * Added an explanation for using the double dash symbol * Changing to note block. * Update get-shell-running-container.md --- .../debug-application-cluster/get-shell-running-container.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/tasks/debug-application-cluster/get-shell-running-container.md b/content/en/docs/tasks/debug-application-cluster/get-shell-running-container.md index 776df8bd40..8b97c679f1 100644 --- a/content/en/docs/tasks/debug-application-cluster/get-shell-running-container.md +++ b/content/en/docs/tasks/debug-application-cluster/get-shell-running-container.md @@ -47,6 +47,11 @@ Get a shell to the running Container: ```shell kubectl exec -it shell-demo -- /bin/bash ``` +{{< note >}} + +The double dash symbol "--" is used to separate the arguments you want to pass to the command from the kubectl arguments. + +{{< /note >}} In your shell, list the root directory: