Uh oh!
There was an error while loading. Please reload this page.
Always enable experimental features - #2774
Merged
Merged
Conversation
thaJeztah
commented
Oct 2, 2020
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
thaJeztahforce-pushed
the
drop_experimental
branch
2 times, most recently
from
October 2, 2020 12:39
48d4970 to
3f612d9Comparejustincormack
approved these changes
Oct 2, 2020
This comment has been minimized.
This comment has been minimized.
thaJeztahforce-pushed
the
drop_experimental
branch
2 times, most recently
from
October 2, 2020 13:28
0d9e669 to
60a8584CompareSigned-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztahforce-pushed
the
drop_experimental
branch
from
October 2, 2020 13:31
60a8584 to
33e5d24Comparecodecov-commenter
commented
Oct 2, 2020
Codecov Report
@@ Coverage Diff @@## master #2774 +/- ##
==========================================
- Coverage 57.15% 57.14% -0.01%
==========================================
Files 297 297 Lines 18656 18634 -22 ==========================================
- Hits 10662 10649 -13 + Misses 7132 7126 -6 + Partials 862 859 -3 |
thaJeztahforce-pushed
the
drop_experimental
branch
from
October 2, 2020 13:56
33e5d24 to
fa887b9CompareThe CLI disabled experimental features by default, requiring users to set a configuration option to enable them. Disabling experimental features was a request from Enterprise users that did not want experimental features to be accessible. We are changing this policy, and now enable experimental features by default. Experimental features may still change and/or removed, and will be highlighted in the documentation and "usage" output. For example, the `docker manifest inspect --help` output now shows: EXPERIMENTAL: docker manifest inspect is an experimental feature. Experimental features provide early access to product functionality. These features may change between releases without warning or can be removed entirely from a future release. Learn more about experimental features: https://docs.docker.com/go/experimental/ Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztahforce-pushed
the
drop_experimental
branch
from
October 2, 2020 13:59
fa887b9 to
977d3aeComparethaJeztah
commented
Oct 2, 2020
MemberAuthor
FWIW, I preserved the |
albers added a commit
to albers/docker-cli
that referenced
this pull request
Nov 10, 2020
This amends docker#2774 for bash completion. Signed-off-by: Harald Albers <github@albersweb.de>
This was referenced May 9, 2023
This was referenced Apr 1, 2025
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
replaces / closes#1355
fixes#947
The CLI disabled experimental features by default, requiring users to set a configuration option to enable them.
Disabling experimental features was a request from Enterprise users that did not want experimental features to be accessible.
We are changing this policy, and now enable experimental features by default. Experimental features may still change and/or removed, and will be highlighted in the documentation and "usage" output.
For example, the
docker manifest inspect --helpoutput now shows:- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)