* Fixed syntax error (#8732)
Last edit to the REPLICA_ID command introduced a syntax error by adding an extra ')'. Removed it.
* Fix replica ID setting examples
- Accept suggestion from @thajeztah based on product testing
- Apply change to page examples
- Remove NFS backup example based on the following errors:
tar: /var/lib/docker/volumes/dtr-registry-nfs-36e6bf87816d: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
* Update header for example tar
* Fixed link title
* Added new example and deprecation info (#8773)
* Updated multi-stage build doc (#8769)
Changed the 'as' keyword to 'AS' to match the Dockerfile reference docs here: https://docs.docker.com/engine/reference/builder/#from
* Fix typo (#8766)
* Fixed a sentence (#8728)
* Minor edit
* Update configure-tls.md (#8719)
* Update upgrade.md (#8718)
* Update index.md (#8717)
* Update configure-tls.md (#8716)
* Add TOC entry for Hub page title change (#8777)
* Update upgrade.md
* Fix left navigation TOC
* Update get-started.md (#8713)
* Update tmpfs.md (#8711)
* Add an indentation in compose-gettingstarted.md (#8487)
* Fix messaging on service dependencies
As noted in issue #6684 `CACHE_TAG` environment variable is actually empty in the builds, turns out the documented value is represented by a `DOCKER_TAG` variable instead.
Hub backend dose not support `Create multiple Docker tags from a single build`. Take it off from the docs. Already received several issues asking about why it is not working according to the doc.
I've tested and following the steps to [create an automated build](https://docs.docker.com/docker-hub/builds/#create-an-automated-build) no longer creates a service setup. Instead it creates a web hook correctly, however the builds documentation was outdated. Using exist image for the Webhooks from the GitHub page that was already updated.
The example json response does not parse correctly
Improper escaping of the `repository.dockerfile` "[/var/cache/apt-cacher-ng]" substring causes the parser to fail.