FROM mysql:5.6.37 ENV MYSQL_ALLOW_EMPTY_PASSWORD yes RUN apt-get -y install vim CMD ["mysqld"] EXPOSE 3306