
I cannot understand "/usr/local/bin/docker-entrypoint.sh: line 127: 78 Killed "$@" --skip-networking --socket="${SOCKET}"
I hava struggled with it a fewer hours. I need help... Thank you very much..
I choose mysql:5.6 later, it works fine... I can't run the latest version 8.0 in docker
Can you give all the commands you ran and any relevant contextual information or files for reproducing and troubleshooting the issue such as docker logs
"Killed" like that often means your system is out of memory (so "mysqld"
can't run properly).
Most helpful comment
"Killed" like that often means your system is out of memory (so "mysqld"
can't run properly).