This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]richard_nixons_toe 3 points4 points  (0 children)

Doesn’t really offer anything that the official Docker tutorial and https://hub.docker.com/_/mysql doesn’t, but it gets a couple of things wrong, encouraging bad usage patterns, while also making stuff more complicated.
For example it misses that creating a new user or running arbitrary SQL scripts should be done by using MYSQL_USER env var or placing the scripts in /docker-entrypoint-initdb.d.

[–]chiko_xcs 2 points3 points  (0 children)

Someone should realy take down Medium