Changing the file extension for the GPG key to .asc lets apt-get know
the GPG key is in ascii armor format, no need to dearmor.
Co-authored-by: audunmg <audun@gangsto.org>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* eci: document docker socket mount restrictions.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* eci: make formatting of notes more consistent.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* eci: add new config section to docs TOC.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* eci: a few more small doc improvements.
Remove the note regarding ECI being available to business customers
from all but the main ECI doc page (it's overkill otherwise).
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* eci: more doc improvements per review feedback.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
---------
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* add clarification on collaborators
* move org info out of callout and update intro
* Implement feedback
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---------
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* tier 1 updates
* update overview and refresh quickstart steps
* update description and refresh for accuracy
* fix capitalization
* optimize image and replace low res image with console example
These docs described how to migrate the image store when upgrading to
the content-addressable image store in docker 1.10. As these docs were
added 9 Years ago, and were not included in the TOC, it's likely that
users will have migrated by now :D
- https://blog.docker.com/2016/01/docker-1-10-rc/
- a315a5acec
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The deprecated API docs in the upstream repository contained redirects
for old URLs. As those docs will be removed in upstream, we should
inherit the redirects that will be removed.
Also adjusted the API versions that can be found in the v1.9.1 tag
in upstream (API v1.17 and before).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The logentries logging driver was removed in Docker Engine v25. The logentries
service was already shut-down, so it's unlikely there's still active users of
this driver.
When upgrading to Docker Engine v25, any container configured with this driver
will automatically be migrated to the "local" logging driver, so no action
is required from the user, and we can safely remove these docs.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The devicemapper storage-driver has been removed in Docker Engine v25; mark
the driver as removed, and remove mentions of it in the storage driver selection
page.
The devicemapper storage driver page itself is kept for now, to make the
deprecation banner on that page more discoverable, and because some
packagers still provide Docker Engine 23.0 as an LTS version, so users may
migrate from 23.0 to newer versions.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>