I’m seeing the error show below using “docker compose down” to shut down Broadsea on Windows. I’m using the following as a workaroud.
Stop all containers:
docker container stop $(docker container list -aq)
Also, attached are two scripts others might find useful. One will remove all containers etc. from your Docker instance, the other will show you what exists on your Docker instance.
clean-docker.sh.txt (430 Bytes)
show-docker.bat.txt (152 Bytes)
These script should work using Windows PowerShell.