* 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
This page is meant to install the Docker Engine, not compose,
and we should not direct users to non-official (and possibly
outdated) versions of Docker Compose.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>