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: