Windows
Sometimes your Docker or your worker may encounter issues and fail to run smoothly. In such cases, you're often advised in the #Support channel to remove the containers and re- run the worker command.
Last updated
Sometimes your Docker or your worker may encounter issues and fail to run smoothly. In such cases, you're often advised in the #Support channel to remove the containers and re- run the worker command.
Last updated
Suppose your Docker containers currently looks like this, indicating that it has stopped working, and what you need to do is restart it. Do the following steps:
Open PowerShell as an administrator.
Enter the following script to remove all containers and images and re-run the worker command:
You can find the worker command in worker page
My script example after replacing worker command:
After entering the script, this is the result in Powershell:
Now, you docker's running normally: