Removes the alpine.js components for the sidebar, and uses vanilla
eventlisteners instead. Also moved off javascript for handling the
expanse/collapse display, in favor of using css only.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Strings containing subelements would be misaligned compared to the plain
text. Added centering w/ flexbox just to get it to look right in case
the rendered strings contained html.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.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>