Docker Exited (132)

chennie
1 min readMar 13, 2018

--

I had tried to prove a problem from the Kong API docker container. Issue an error code 132 when running the migration command. Then I found the cause.

TL;DR

Error code 132 means that you have an older CPU architecture. May not support SSE4.2

cat /proc/cpuinfo | grep sse4_2

--

--