-
Notifications
You must be signed in to change notification settings - Fork 2.1k
update status of deprecated features for 22.04 (docs, and some code) #3542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
My IDE's linter kept complaining: > For compatibility reasons all table rows should have borders (pipe > symbols) at the start and at the end. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
…_type Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Change future tense to current tense. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
These warnings were for features that are no longer supported (overlay on a backingFS without d_type support), or related to the deprecated devicemapper storage driver. Removing this function for that reason. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
63fb35b to
51aa683
Compare
Codecov Report
@@ Coverage Diff @@
## master #3542 +/- ##
==========================================
+ Coverage 59.05% 59.10% +0.05%
==========================================
Files 282 282
Lines 23796 23770 -26
==========================================
- Hits 14053 14050 -3
+ Misses 8883 8864 -19
+ Partials 860 856 -4 |
| > and not available on installations running with cgroups v2. This option is | ||
| > only supported by the API, and not exposed on the `docker` command-line. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOL, so I went looking for the --kernel-memory-tcp flag, but it looks like we never exposed this option on the CLI (perhaps through compose or swarm though?)
|
Thx! |


Mostly docs, but some code-changes
docs: reformat table for compatibility
My IDE's linter kept complaining:
update deprecation status of --kernel-memory(-tcp)
Update the flag annotations and description
docs: update deprecation status of aufs, overlay, and devicemapper
docs: update deprecation status of legacy overlay networks
docs: update deprecation status for overlay(2) on backingfs without d_type
docs: update deprecation status of "experimental" cli
Change future tense to current tense.
cli/command/system: remove printStorageDriverWarnings()
These warnings were for features that are no longer supported (overlay
on a backingFS without
d_typesupport), or related to the deprecateddevicemapper storage driver.
Removing this function for that reason.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)