Skip to content

Clarify that docker secret manages Swarm secrets - #3309

Open
tonistiigi wants to merge 1 commit into
docker:masterfrom
tonistiigi:swarm-secrets
Open

Clarify that docker secret manages Swarm secrets#3309
tonistiigi wants to merge 1 commit into
docker:masterfrom
tonistiigi:swarm-secrets

Conversation

@tonistiigi

Copy link
Copy Markdown
Member

docker secret command is a swarm-specific secret implementation where secrets are stored in swarm managers and only made available to services via swarm worker agents. Unfortunately, the command was not put under docker swarm subcommand and therefore leads to confusion when managing other types of secrets(eg. build secrets). Make it clear that these are Swarm secrets without requiring the user to read through the whole documentation.

Signed-off-by: Tonis Tiigi tonistiigi@gmail.com

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #3309 (aeca213) into master (47e5cfa) will not change coverage.
The diff coverage is 80.00%.

@@ Coverage Diff @@## master #3309 +/- ##
=======================================
Coverage 57.99% 57.99% =======================================
Files 302 302 Lines 21764 21764 =======================================
Hits 12621 12621 Misses 8219 8219 Partials 924 924 

@crazy-maxcrazy-max mentioned this pull request Apr 6, 2022
@thaJeztahthaJeztah added this to the 29.5.1 milestone May 14, 2026
@vvolandvvoland modified the milestones: 29.5.1, 29.5.2May 18, 2026
@thaJeztahthaJeztah modified the milestones: 29.5.2, 29.5.3May 20, 2026
@vvolandvvoland modified the milestones: 29.5.3, 29.6.0Jun 3, 2026
@thaJeztahthaJeztah modified the milestones: 29.6.0, 29.6.1Jun 12, 2026
@vvolandvvoland modified the milestones: 29.6.1, 29.7.0Jun 30, 2026
@vvolandvvoland modified the milestones: 29.7.0, 29.8.0Jul 30, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@tonistiigi@codecov-commenter@thaJeztah@vvoland