From 4e053a98ca92f464cca2d5505ac98a048b4d3754 Mon Sep 17 00:00:00 2001 From: chenhonggc Date: Fri, 13 Oct 2017 15:19:47 -0500 Subject: [PATCH] add shell command (#5903) --- docs/tasks/configure-pod-container/configure-volume-storage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tasks/configure-pod-container/configure-volume-storage.md b/docs/tasks/configure-pod-container/configure-volume-storage.md index 56b839619e..16c33e7979 100644 --- a/docs/tasks/configure-pod-container/configure-volume-storage.md +++ b/docs/tasks/configure-pod-container/configure-volume-storage.md @@ -53,6 +53,7 @@ the Pod: 1. In your shell, go to `/data/redis`, and create a file: + root@redis:/data# cd /data/redis/ root@redis:/data/redis# echo Hello > test-file 1. In your shell, list the running processes: