Skip to content

Commit

Permalink
explicitly issued environment variable - dockerfile/mariadb#3
Browse files Browse the repository at this point in the history
  • Loading branch information
gl2748 committed Jan 26, 2015
1 parent 142551d commit 66c8809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mariadb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ RUN cp -Rip /var/lib/mysql /var/lib/orig-mysql
VOLUME /var/lib/mysql
EXPOSE 3306

#As per: https://github.com/dockerfile/mariadb/issues/3
ENV TERM dumb

CMD [ "/usr/sbin/prep_and_mysqld_safe", "--skip-syslog" ]

0 comments on commit 66c8809

Please sign in to comment.