mirror of https://github.com/docker/docs.git
18 lines
343 B
Markdown
18 lines
343 B
Markdown
---
|
|
title: docker/ucp example-config
|
|
description: Display an example configuration file for UCP
|
|
keywords: ucp, cli, config, configuration
|
|
---
|
|
|
|
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
|
|
```
|