Move Guide topics: Container Lifestyle Hooks, Images, Volumes

This commit is contained in:
Andrew Chen
2017-03-20 15:35:51 -07:00
parent 6f8c97f4d2
commit f0cd49a007
34 changed files with 1055 additions and 1025 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ This document is meant to highlight and consolidate in one place configuration b
## Container Images
- The [default container image pull policy](/docs/user-guide/images/) is `IfNotPresent`, which causes the
- The [default container image pull policy](/docs/concepts/containers/images/) is `IfNotPresent`, which causes the
[Kubelet](/docs/admin/kubelet/) to not pull an image if it already exists. If you would like to
always force a pull, you must specify a pull image policy of `Always` in your .yaml file
(`imagePullPolicy: Always`) or specify a `:latest` tag on your image.