docs/reference/ucp/3.2/cli/example-config.md

20 lines
390 B
Markdown

---
title: docker/ucp example-config
description: Display an example configuration file for UCP
keywords: ucp, cli, config, configuration
---
>{% include enterprise_label_shortform.md %}
Display an example configuration file for UCP.
## Usage
```
docker container run --rm -i \
--name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp \
example-config
```