- Support
- How do I restart Docker?
-
Account & Licensing
-
Installing & Updating
-
Power Pick Connections
-
Data Push & Data Pull
-
API
-
Reports
-
Snapshots & Dashboard
-
Workflows
How do I restart Docker?
Issue:
Docker task is stuck, command was sent multiple times, or other issue.
Resolution:
Restart Docker service.
When performing Docker commands, you may run into an error. For example, if you run docker-compose down (or docker compose down) multiple times, you may see an error like this:
ERROR: for itempath-worker removal of container [container ID] is already in progress
You can restart Docker with the following command:
service docker restart
Resources
To learn more about ItemPath and see it in action, please book a demo with our sales team. In the meantime, here are some of our popular articles and key topics.
Installing & Updating
How do I restart ItemPath?
If you can access ItemPath, you can restart it through the Connection Status page. To restart ItemPath:Log in to your ItemPath instance.Select Status from the footer of ItemPath (beside Settings). Select Restart ...
Installing & Updating
How do I fix a "permission denied" error from Docker?
If Docker is giving you a "permission denied" error, it may be that the .docker folder and the .docker/json.config file is not owned by the current user.Try this:sudo chown $USER:docker ...