Skip to main content
Skip table of contents

Automatically restart Docker Convertigo Server after host reboot

The --restart flag should do the job.

CODE
$ docker run --restart --name C8O -d -p 28080:28080 convertigo

If the docker Deamon is not restarted itself at startup, type this command found in the docker forums (https://forums.docker.com/t/run-container-at-system-startup/90630/3):

CODE
sudo systemctl enable docker
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.