FROM centos:latest MAINTAINER Tux RUN yum install -y mysql mysql-server ADD start.sh /start RUN chmod +x /start EXPOSE 3306 CMD ["/start"]