Skip to main content

Stop the Platform

Run the command below in Terminal to stop and remove all containers for Linux.

Restart the Platform

  • Reboot your computer or server.
  • After you reboot the device, restart the platform.
  • Rerun the same command provided on the website during the initial setup. It resembles docker run -d.
Verify that you’re not running two instances of io-worker-vc.
Run the command below to verify that you’re running a single instance of io-worker-vc.
If there are 2 containers running the same image io-worker-vc , the platform fails. The output resembles the sample below:

How to fix this?

Run the stop all docker containers (check troubleshooting guide) and run the (docker run -d …) command from website only ONCE to run the platform normally.