mirror of https://github.com/docker/docs.git
22 lines
641 B
Markdown
22 lines
641 B
Markdown
---
|
|
datafolder: engine-cli
|
|
datafile: docker_secret_ls
|
|
title: docker secret ls
|
|
---
|
|
<!--
|
|
Sorry, but the contents of this page are automatically generated from
|
|
Docker's source code. If you want to suggest a change to the text that appears
|
|
here, you'll need to find the string by searching this repo:
|
|
|
|
https://www.github.com/docker/docker
|
|
-->
|
|
{% include cli.md %}
|
|
|
|
## Examples
|
|
|
|
```bash
|
|
$ docker secret ls
|
|
ID NAME CREATED UPDATED
|
|
mhv17xfe3gh6xc4rij5orpfds secret.json 2016-10-27 23:25:43.909181089 +0000 UTC 2016-10-27 23:25:43.909181089 +0000 UTC
|
|
```
|