Update & migration
Last updated
Was this helpful?
docker pull {image}
docker kill core
docker rm core
docker run {params ...} {image}docker pull {image}
docker kill core
docker rm core
docker run {params ...} {image}{image} and {params...} are placeholders.
docker pull {image} && \
systemctl restart core.service{image} and {params...} are placeholders.
Last updated
Was this helpful?
Was this helpful?
