Commit Graph

49 Commits

Author SHA1 Message Date
David Karlsson 9cec477dde docs: update deprecated/outdated compose syntax and filenames
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-06 13:28:49 +01:00
David Karlsson ddad5da2f7 docs: fix oudated links to docs.docker.com
Some of the updated links had redirects in place,
Updating them to current paths to avoid relying on old redirects.
This is not an exhaustive update to all links,
just a few links that I happened to pick up on.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-08 09:47:18 +02:00
Mason Brothers 8f5fad78c3 Fix broken links for mysql 2024-01-09 11:28:29 -07:00
Joe Ferguson 5823260768 Add missing MYSQL_INITDB_SKIP_TZINFO
also make the boolean-like values more clear that a non-empty value is "true"
2020-05-28 16:21:10 -07:00
Matt Edmonston d40e973d3e
Update content.md
Corrected grammar.
2019-10-04 15:03:20 +01:00
jonz94 693f41584b mysql/mariadb/percona: note a way to restore data from dump file. 2019-05-30 22:33:37 +08:00
Tianon Gravi 8925315ef8 Ditch a lot of "--link" examples (using "--network some-network" instead to force users to do more homework) 2019-03-04 17:15:55 -08:00
Tianon Gravi 1671ea2ac1 Remove SELinux specific notes
This really isn't our place to document -- this is a generic Docker issue for users of SELinux.

The official upstream documentation on the topic can be found at https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label.

There's also some good information to be found in http://jaormx.github.io/2018/selinux-and-docker-notes/ and https://www.projectatomic.io/blog/2015/06/using-volumes-with-docker-can-cause-problems-with-selinux/.
2018-09-12 13:21:18 -07:00
Tianon Gravi 9e6ca6cc92 Add an "arbitrary user" section to MySQL 2018-08-29 10:39:32 -07:00
Tianon Gravi 0dd74c8af1 Update MySQL configuration docs to be more accurate 2018-04-19 14:27:33 -07:00
yosifkit df61526d8d
Merge pull request #1106 from infosiftr/mysql-wait-for-db-examples
Point to a couple Official Images "wait-for-db" examples
2017-12-29 10:56:59 -08:00
Tianon Gravi f19a436b03 Point to a couple Official Images "wait-for-db" examples 2017-12-29 10:34:31 -08:00
Tianon Gravi de77a6edf0 Add a pointer to MySQL upstream's "environment variables" docs 2017-12-26 15:12:36 -08:00
Tianon Gravi 25a5b70c1b Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07:00
Marcos Lilljedahl 96c08fac21 Add mysql,es,kibana,postgres and adminer 2017-06-18 17:45:24 -03:00
Tianon Gravi 1ed3340407 Use a few more code blocks 2017-04-13 13:41:32 -07:00
Tyler 9b10aacbc5 Add note about supported variables 2017-04-10 13:38:08 -04:00
Tyler ede9f9963d Updated MySQL docs re: _FILE env vars
n/t
2017-04-08 22:33:14 -04:00
yosifkit 98aa3cd22c clarity for mysql images; fix docker docs urls (#748)
* Added more specific info about initializing db.

Added .sql.gz to supported files and explanation to what database it will be imported.

* Fix docker docs urls for mariadb

* Fix docker docs urls for the rest of the repos

* Sync mariadb, mysql, and percona content.md
2016-11-15 14:41:41 -08:00
Dan Michael O. Heggø 1e16283950 MySQL docs: Fix dead links to Docker user guide 2016-10-14 17:17:30 +02:00
Tianon Gravi 7d43181008 Add a blurb about using "mysql" to connect to non-Docker or remote instances 2016-08-22 16:34:26 -07:00
Jens Doose 92df7ebb89 Update content.md: execution order of initdb scripts (#649) 2016-08-01 14:45:57 -07:00
Tianon Gravi d19c195f84 Add some basic documentation for MYSQL_RANDOM_ROOT_PASSWORD and MYSQL_ONETIME_PASSWORD 2016-07-05 15:09:32 -07:00
Tianon Gravi 99f35c55c6 Note an easy way to run "mysqldump" 2016-04-20 16:49:13 -07:00
Joe Ferguson 317f605b1c Add encoding hints for mysql, mariadb, and percona 2016-02-24 16:55:32 -08:00
Tianon Gravi 9b29645801 Resync mysql, mariadb, and percona descriptions 2015-10-19 08:47:06 -07:00
Frank Sachsenheim 61e7355287 Adds a note about docker-entrypoint-initdb.d
refers to 14f1655

Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
2015-09-30 23:41:02 +02:00
Joe Ferguson a9d2930a58 Sync the MySQL docs to MariaDB and Percona 2015-09-25 13:31:26 -07:00
Tianon Gravi 481f43ec2f Use explicit-type code blocks in a lot of obvious places (now that the Hub actually renders these _better_ than the no-type versions) 2015-08-13 09:29:14 -07:00
Andrew Martin d744db7ae1 Add code highlighting to volume mount example
Double tab indentation required to add code in a list
2015-07-15 23:14:55 +01:00
Lorin Hochstein 8d76ef6ef9 MySQL custom config files must end in .cnf
Document that custom config files in /etc/mysql/conf.d must end in .cnf.
Otherwise, MySQL will ignore the files.
2015-04-06 11:29:43 -04:00
Yngve Svendsen 1d50dbfc88 Rewrite the custom config file section 2015-03-25 16:38:29 +01:00
Yngve Svendsen 715a696abe add back in code block indents. 2015-03-25 11:37:02 +01:00
Yngve Svendsen ada33d0600 Adjust to pass markdownfmt 2015-03-24 04:56:28 -04:00
Yngve Svendsen a9c0d52f6f Fix formatting as required by markdownfmt 2015-03-22 09:26:08 -04:00
Yngve Svendsen 385da75d9d Add missing end %% to a REPO reference 2015-03-21 08:50:54 -04:00
Yngve Svendsen 9e9246e9c6 Fix code formatting inside numbered list 2015-03-21 08:44:47 -04:00
Yngve Svendsen afb409d7d0 Tweak description of MYSQL_ALLOW_EMPTY_PASSWORD 2015-03-21 08:37:48 -04:00
Yngve Svendsen 42013fa438 Update on how to view logs: MySQL logs go to stderr. 2015-03-21 08:26:58 -04:00
Yngve Svendsen 78a717c05f Merge from the README.md of the mysql/mysql-server image. 2015-03-21 07:41:49 -04:00
Tianon Gravi 4743f11523 Add percona based on maria, update some wording, and resync across the MySQL board 2015-03-05 16:57:28 -07:00
Tianon Gravi a71fa247d9 FORMAT ALL THE THINGS 2015-02-12 13:42:10 -07:00
Moghedrin dffafea9cb Add note for clarification 2014-11-24 16:04:31 -07:00
Moghedrin d2805df33e Add a notice for behavior on database initialization 2014-11-20 15:58:18 -07:00
Joe Ferguson c920ff0075 Mostly tw=80, also a few dockerfile links from update.sh 2014-10-21 15:34:30 -07:00
Moghedrin 0703ec047f Updated phrasing to satisfy tianon. 2014-10-03 15:04:04 -06:00
Moghedrin 18ef84a24d Added documentation for MySQL environment variables 2014-10-01 16:23:38 -06:00
Tianon Gravi 7d3134f982 Add LOGO magic to many contents and update.sh 2014-09-26 17:22:36 -06:00
Joe Ferguson 8e4d0e6283 move README-content.md to just content.md 2014-09-23 13:47:30 -06:00