Skip to content

Commit

Permalink
Merge pull request #7 from gl2748/master
Browse files Browse the repository at this point in the history
set TERM to dumb
  • Loading branch information
bnchdrff committed Jan 27, 2015
2 parents 142551d + 66c8809 commit 8373765
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 8373765

Please sign in to comment.