For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update & migration

Docker way

docker pull {image}
docker kill core
docker rm core
docker run {params ...} {image}

{image} and {params...} are placeholders.

Systemd way

docker pull {image} && \
systemctl restart core.service

{image} and {params...} are placeholders.

Last updated

Was this helpful?