mirror of https://github.com/docker/docs.git
537 B
537 B
title | description | keywords |
---|---|---|
docker/ucp example-config | Display an example configuration file for UCP | 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 > ucp.config
Description
This command emits an example configuration file for setting up UCP. Learn about UCP configuration files.