mirror of https://github.com/docker/docs.git
ucp: correct agent config change command (#4595)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
parent
f36e261b6f
commit
f42f2a9858
|
@ -59,7 +59,7 @@ Use the `docker service update` command to remove the current configuration and
|
|||
apply the new configuration to the `ucp-agent` service.
|
||||
|
||||
```bash
|
||||
$ docker service update --config-rm $CURRENT_CONFIG_NAME --config-add source=<name>,target=/etc/ucp/ucp.toml
|
||||
$ docker service update --config-rm $CURRENT_CONFIG_NAME --config-add source=<name>,target=/etc/ucp/ucp.toml ucp-agent
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue