Move to Accessing Apps: List Containers. (#3661)

pull/3660/head^2
Steve Perry 2017-05-05 14:26:23 -07:00 committed by GitHub
parent 948d545737
commit db929e4e2b
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,6 @@ toc:
- title: Using the kubectl Command-Line - title: Using the kubectl Command-Line
section: section:
- docs/tasks/kubectl/install.md - docs/tasks/kubectl/install.md
- docs/tasks/kubectl/list-all-running-container-images.md
- docs/tasks/kubectl/get-shell-running-container.md - docs/tasks/kubectl/get-shell-running-container.md
- title: Configuring Pods and Containers - title: Configuring Pods and Containers
@ -69,6 +68,7 @@ toc:
- docs/tasks/access-application-cluster/connecting-frontend-backend.md - docs/tasks/access-application-cluster/connecting-frontend-backend.md
- docs/tasks/access-application-cluster/create-external-load-balancer.md - docs/tasks/access-application-cluster/create-external-load-balancer.md
- docs/tasks/access-application-cluster/configure-cloud-provider-firewall.md - docs/tasks/access-application-cluster/configure-cloud-provider-firewall.md
- docs/tasks/access-application-cluster/list-all-running-container-images.md
- title: Configuring DNS for a Cluster - title: Configuring DNS for a Cluster
path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns

View File

@ -1,5 +1,8 @@
--- ---
title: Listing All Container Images Running in a Cluster title: Listing All Container Images Running in a Cluster
redirect_from:
- "/docs/tasks/kubectl/list-all-running-container-images/"
- "/docs/tasks/kubectl/list-all-running-container-images.html"
--- ---
{% capture overview %} {% capture overview %}