docker/ucp example-config
Estimated reading time: 1 minuteDisplay 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.