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