diff --git a/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md b/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md index 72d665554d909..1e67c3a2258d6 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md +++ b/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md @@ -71,6 +71,8 @@ the Pod: 1. In your shell, list the running processes: ```shell + root@redis:/data/redis# apt-get update + root@redis:/data/redis# apt-get install procps root@redis:/data/redis# ps aux ```