Update list-all-running-container-images.md

This commit is contained in:
Ramkumar Devanathan
2017-04-06 07:47:05 +05:30
committed by Andrew Chen
parent 2377ecf401
commit 2e8633f1f4
@@ -60,7 +60,7 @@ The jsonpath is interpreted as follows:
- `.containers[*]`: for each container
- `.image`: get the image
**Note:** When fetching a single Pod by name, e.g. `kubect get pod nginx`,
**Note:** When fetching a single Pod by name, e.g. `kubectl get pod nginx`,
the `.items[*]` portion of the path should be omitted because a single
Pod is returned instead of a list of items.