Move Guide topic: Configuration Best Practices

This commit is contained in:
Andrew Chen
2017-03-15 17:41:59 -07:00
parent b65d0a30c9
commit ba34326fa0
9 changed files with 128 additions and 120 deletions
@@ -77,7 +77,7 @@ current value. For this reason, we recommend the use of versioned tags as
opposed to values such as `:latest`. Doing a rolling update from `image:latest`
to a new `image:latest` will fail, even if the image at that tag has changed.
Moreover, the use of `:latest` is not recommended, see
[Best Practices for Configuration](/docs/user-guide/config-best-practices/#container-images) for more information.
[Best Practices for Configuration](/docs/concepts/configuration/overview/#container-images) for more information.
### Examples