-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

docker secret


> Manage Docker swarm secrets.

More information.


Create a new secret from stdin:

{command} | docker secret create {secret_name} -

Create a new secret from a file:

docker secret create {secret_name} {path/to/file}

List all secrets:

docker secret ls

Display detailed information on one or multiple secrets in a human friendly format:

docker secret inspect --pretty {secret_name1 secret_name2 ...}

Remove one or more secrets:

docker secret rm {secret_name1 secret_name2 ...}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 00:01:55 2024