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           

Sign up for free to 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.

3 participants