* Updated Windows Release that supports Kubernetes
Changed from old outdated Edge release to reflect use of a stable release. Kubernetes page actually reflects this version as well (so its an error on this page only).
* Interlock link fixes (#8798)
* Remove outdated links/fix links
* Next steps link fix
* Next steps link fixes
* Logging driver 920 (#8625)
* Logging driver port from vnext-engine
* Update json-file.md
* Update json-file.md
* Port changes from vnext-engine
* Updates based on feedback
* Added note back in
* Added note back in
* Added limitations per Anusha
* New dual logging info
* Added link to new topic
Needs verification.
* Changes per feedback.
* Updates per feedback
* Updates per feedback
* Updated 20m
* Added CE version
* Added missing comma
* Updates per feedback
* Add raw tag
Add TOC entry - subject to change
* Add entry for local logging driver
* Update config/containers/logging/configure.md
Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update config/containers/logging/configure.md
Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update config/containers/logging/configure.md
Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update config/containers/logging/configure.md
Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Updates per feedback
* Updates per feedback
* Update zfs-driver.md (#8735)
* Update zfs-driver.md
* Add suggested correction
* Removed HA Proxy Link
* Added Azure Disk and Azure File Storage for UCP Workloads (#8774)
* Added Azure Disk and Azure File
I have added Azure Disk and Azure file documentation for use with UCP
3.0 or newer.
* Added the Azure Disk Content
* Added the Azure File Content
* Updated the Toc to include Azure Disk and Azure File
Signed-off-by: Olly Pomeroy <olly@docker.com>
* Responding to feedback, inc changing Azure File to Azure Files
Following on from Steven and Deeps feedback this commit addresses those
nits. Including changing `Operators` to `Platform Operators`, switching
`Azure File` to `Azure Files` and many small formating changes.
Signed-off-by: Olly Pomeroy <olly@docker.com>
* Minor style updates
* Minor style updates
* Final edits
* Removed Ubuntu 14.04 warnings from Docker UCP install Page (#8804)
We dropped support for Ubuntu 14.04 in Enterprise 2.1 / UCP 3.1, however
the installation instructions still carry 14.04 warnings.
Signed-off-by: Olly Pomeroy <olly@docker.com>
* Fix broken link (#8801)
* ubuntu.md: remove old docker-ce-cli (#8665)
I hit the following error when "upgrading" docker-ce 18.09 to docker-ee 17.06:
> dpkg: error processing archive /var/cache/apt/archives/docker-ee_3%3a17.06.2~ee~19~3-0~ubuntu_amd64.deb (--unpack):
trying to overwrite '/usr/share/fish/vendor_completions.d/docker.fish', which is also in package docker-ce-cli 5:18.09.4~2.1.rc1-0~ubuntu-xenial
This commit adds `docker-ce-cli` to the list in "uninstall old packages" to fix this.
* Updated UCP CLI Reference to 3.1.7 (#8805)
-Updated all of the UCP 3.1.7 references.
-Alphabeticalised each reference
-Added very a value is expected or not after each variable.
Signed-off-by: Olly Pomeroy <olly@docker.com>
* Fix numbering issue
* Fix formatting
* Added UCP Kubernetes Secure RBAC Defaults (#8810)
* Added Kubernetes Secure RBAC Defaults
* Style updates
* Final edits
* 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
Build Cache was added [latter](1d7ec4c7d5) so, it is missing on this documentation page.
This commit attempts to show an updated output example after running the command `docker system df` and the verbose version of the same command (`docker system df -v`).
Signed-off-by: Gepser Hoil <geharold@gmail.com>