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 ls | List all secrets from the local OS Keychain as well as any active Secrets Engine provider |
docker mcp secret rm | Remove secrets from the local OS Keychain |
docker mcp secret set | Set a secret in the local OS Keychain |