Skip to content

Commit

Permalink
Merge pull request moby#29791 from yuexiao-wang/add-secret-stack
Browse files Browse the repository at this point in the history
Update reference document for secret and stack
  • Loading branch information
vdemeester authored Jan 3, 2017
2 parents 2fd995b + 7bb31f3 commit 1a64365
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/reference/commandline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,22 @@ read the [`dockerd`](dockerd.md) reference page.
| [service rm](service_rm.md) | Remove a service from the swarm |
| [service scale](service_scale.md) | Set the number of replicas for the desired state of the service |
| [service update](service_update.md) | Update the attributes of a service |

### Swarm secret commands

| Command | Description |
|:--------|:-------------------------------------------------------------------|
| [secret create](secret_create.md) | Create a secret from a file or STDIN as content |
| [secret inspect](service_inspect.md) | Inspect the specified secret |
| [secret ls](secret_ls.md) | List secrets in the swarm |
| [secret rm](secret_rm.md) | Remove the specified secrets from the swarm |

### Swarm stack commands

| Command | Description |
|:--------|:-------------------------------------------------------------------|
| [stack deploy](stack_deploy.md) | Deploy a new stack or update an existing stack |
| [stack ls](stack_ls.md) | List stacks in the swarm |
| [stack ps](stack_ps.md) | List the tasks in the stack |
| [stack rm](stack_rm.md) | Remove the stack from the swarm |
| [stack services](stack_services.md) | List the services in the stack |
1 change: 0 additions & 1 deletion docs/reference/commandline/stack_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,3 @@ axqh55ipl40h vossibility_vossibility-collector replicated 1/1 icecrime/
* [stack ps](stack_ps.md)
* [stack rm](stack_rm.md)
* [stack services](stack_services.md)
* [deploy](deploy.md)
2 changes: 1 addition & 1 deletion docs/reference/commandline/stack_ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ The currently supported filters are:
## Related information

* [stack deploy](stack_deploy.md)
* [stack rm](stack_ls.md)
* [stack ls](stack_ls.md)
* [stack rm](stack_rm.md)
* [stack services](stack_services.md)

0 comments on commit 1a64365

Please sign in to comment.