After the update, Docker began to automatically start containers, even though I stop them with:
docker stop $(docker ps -q)
Now, I have to forcefully stop various projects every 5 minutes. How can I fix this?
Share and learn in the Docker community.
After the update, Docker began to automatically start containers, even though I stop them with:
docker stop $(docker ps -q)
Now, I have to forcefully stop various projects every 5 minutes. How can I fix this?
UPD: in docker-compose.yml
there is a restart policy restart: always
I have the same issue.
Debug info: