Logo
Explore Help
Sign In
blackbirdchess/blackbirdchess-docker-dev
1
0
Fork 0
You've already forked blackbirdchess-docker-dev
Code Issues Pull Requests Packages Projects Releases Wiki Activity
blackbirdchess-docker-dev/percona/Dockerfile

12 lines
173 B
Docker
Raw Normal View History

Added Percona container as an alternative to mysql mariadb
2017-04-18 10:19:09 +12:00
FROM percona:5.7
MAINTAINER is deprecated
2018-03-16 21:09:15 +08:00
LABEL maintainer="DTUNES <diegotdai@gmai.com>"
Added Percona container as an alternative to mysql mariadb
2017-04-18 10:19:09 +12:00
RUN chown -R mysql:root /var/lib/mysql/
Apply COPY vs ADD best practices Should only use `ADD` for URLs (and even then, `curl` or `wget` are preferred, for numerous reasons, even within this repo) and when extracting archive contents as part of the `ADD` operation; otherwise `COPY` is clearer and (slightly) more efficient.
2018-04-04 06:13:11 -06:00
COPY my.cnf /etc/mysql/conf.d/my.cnf
Added Percona container as an alternative to mysql mariadb
2017-04-18 10:19:09 +12:00
CMD ["mysqld"]
EXPOSE 3306
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.4 Page: 23ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API