docker worked properly as usual with existing containers on my computer (like kafka, mysql, postgres). Than I wanted to download new version of postgres and docker run
command always shows exit code 132
.
Doesn't matter which container I want to start all of it is an immediate exit with 132
I checked docker events
, docker logs
but everything is empty.
Simple containers like hello-world
can be started properly.
I found an article which mention sse4_2, but it's supported by CPU. As far as I remember there was no system update since it worked.
What can be the reason?