* Rewritten Custom CNI to become Unmanaged CNI
Here I have rewritten the Unmanaged CNI page with Docker UCP. The
changes are:
- Clarifying the support position
- Providing clear instructions on how to bring up UCP and then install a
custom CNI plugin
- Removes unneccesary items like disabling IPIP which is not related to
this page.
Signed-off-by: Olly Pomeroy <olly@docker.com>
* Updated following Uday's feedback
* Add editorial review
* Improve webhook management docs
UI and API updates
Final updates
Fix link to event types
Standardize word usage
Remove old page
Add clarification of webhook scope
* Incorporate feedback
* Update TOC entries and next link
* Improve webhook management docs
UI and API updates
Final updates
Fix link to event types
Standardize word usage
Remove old page
Add clarification of webhook scope
* Incorporate feedback
* 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
* 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
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>