Share feedback
Answers are generated based on the documentation.

docker mcp secret

内容説明Manage secrets in the local OS Keychain

内容説明

Manage secrets in the local OS Keychain

利用例

Pass the secret via STDIN

echo my-secret-password > pwd.txt cat pwd.txt | docker mcp secret set POSTGRES_PASSWORD

サブコマンド

コマンド内容説明
docker mcp secret lsList all secrets from the local OS Keychain as well as any active Secrets Engine provider
docker mcp secret rmRemove secrets from the local OS Keychain
docker mcp secret setSet a secret in the local OS Keychain