mirror of https://github.com/docker/docs.git
23 lines
316 B
Markdown
23 lines
316 B
Markdown
+++
|
|
title = "help"
|
|
keywords= ["help, ucp"]
|
|
description = "List the UCP commands"
|
|
[menu.main]
|
|
identifier="ucp_help"
|
|
parent = "ucp_ref"
|
|
+++
|
|
|
|
# help
|
|
|
|
Shows a list of UCP commands.
|
|
|
|
## Usage
|
|
|
|
```
|
|
docker run --rm -it \
|
|
--name ucp \
|
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
|
docker/ucp \
|
|
help
|
|
```
|