* Fix broken links
* Update link to webhook types
* Rewritten Custom CNI to become Unmanaged CNI in UCP Docs (#8799)
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
* Fix link preview
* Update link to UCP installation
* Fix typo
* Standardize headings
* removed the reference to index.md
Though the sections referenced belong to `index.md`, there is no requirement to call it out in the URL. For example:
https://docs.docker.com/docker-for-mac/#add-tls-certificateshttps://docs.docker.com/docker-for-mac/#reset
* Update faqs.md
* Update ubuntu version and common driver on storagedriver docs (#8746)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* refactor Jenkinsfile
- use DTR images for all but `docker.github.io:published`
- use environment variables instead of credentials
- build and push all images inside VPN container
- combine build + image and update swarm stages
- remove repetitive steps / stages
* 7724 (#8876)
* Fix 7724
* Fix broken link
* Change to Docker Enterprise (#8877)
* Change to Docker Enterprise
* Update the new default addr pool for swarm (#8705)
The default address pool for swarm is now a `/8` CIDR
* Update part2.md (#8535)
typo
* Update system-requirements.md
* Clean up syntax (#8881)
* Removed 2018 references. (#8880)
* Remove pay thru Docker section (#8879)
* Update index.md
* Edit signing images (#8882)
* Edit signing images
* Incorporate feedback
* Final edits
- Change example Security member name
Change below line
From
AUFS, which can suffer noticeable latencies when searching for files in images with many layers
To
AUFS can suffer noticeable latencies when searching for files in images with many layers
- Fix mention of `storage-drivers` instead of `storage-opts`
- Repeat the selected driver in the second `daemon.json` example
- Remove mention of `CE` as this driver can be used
on Docker EE (although it's mainly intending for
debugging, so not a "supported" driver)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This removes the additional steps for old versions of Docker EE 17.06.
Current versions of Docker EE 17.06 no longer need these additional
steps.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The information on this page was a bit outdated, and
with "overlay" and "devicemapper" being phased-out, could
use some changes;
- de-emphasize "overlay", "devicemapper" and "aufs"
- split "recommended" and "alternative drivers" columns
(vfs was listed as a "recommended" driver, but definitely
is not recommended for production use).
- add notes about "overlay" and "devicemapper" being
deprecated in Docker 18.09
- some other textual changes.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Make it more clear that container storage file changes are persistent until the container is deleted, rather than the container stopped. This now matches statements later in the document.
In many cases, aufs is no longer the default storage driver, so just change the example to not mention the default. If you'd like it to actually state overlay2 is the default in most/some cases I can change that.