From 72c7d879735c95d81cbcf42ca5a9a63c1fbff548 Mon Sep 17 00:00:00 2001 From: qiaolei Date: Mon, 7 Sep 2015 22:34:03 +0800 Subject: [PATCH] fixed a markdown error in the title --- docs/user-guide/getting-into-containers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/getting-into-containers.md b/docs/user-guide/getting-into-containers.md index 5007880f445..541de932527 100644 --- a/docs/user-guide/getting-into-containers.md +++ b/docs/user-guide/getting-into-containers.md @@ -30,7 +30,9 @@ Documentation for other releases can be found at -#Getting into containers: kubectl exec + +# Getting into containers: kubectl exec + Developers can use `kubectl exec` to run commands in a container. This guide demonstrates two use cases. ## Using kubectl exec to check the environment variables of a container