docs/datacenter/ucp/3.0/reference/cli/restart.md

27 lines
641 B
Markdown

---
title: docker/ucp restart
description: Start or restart UCP components running on this node
keywords: ucp, cli, restart
redirect_from:
- /reference/ucp/3.0/cli/restart/
---
Start or restart UCP components running on this node
## Usage
```
docker container run --rm -it \
--name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp \
restart [command options]
```
## Options
| Option | Description |
|:--------------------------|:---------------------------|
|`--debug, D`|Enable debug mode|
|`--jsonlog`|Produce json formatted output for easier parsing|