Commit Graph

27 Commits

Author SHA1 Message Date
Tianon Gravi 15e3853d42 Convert all `stack.yml` to `compose.yaml`
Docker Swarm Mode has been in severely declining usage and maintenance for years now.  Meanwhile, Docker Compose has had quite a lot of changes (notably deprecating the `version:` field required by Swarm / forward compatibility).  As a result, it no longer makes a ton of sense for us to prefer/suggest Swarm usages.

This changes all references to be `compose.yaml` (the upstream-preferred canonical filename: 9a9cc5d9c3/cli/options.go (L384-L385)) directly, leaving "swarm compatibility" as an exercise for the minority of readers who might still need/want it.

Unfortunately, this also means we need to remove all the play-with-docker links (since it only supports stack deploy via URL arguments, not compose), but my experience with that service is that it hasn't been terribly performant for a while, so I don't think this is a huge loss.

(There were also a few trailing references to the long-since-defunct Docker Machine project which have also been cleaned up.)
2025-05-05 15:34:52 -07:00
yosifkit 88966b902e
Merge pull request #2501 from mbrodala/pwgen-openssl
docs: Update MySQL/Percona random root password generator
2025-03-14 14:06:53 -07:00
Mathias Brodala 72a5024a9f docs: Update Percona random root password generator 2025-03-14 14:01:32 -07:00
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
Vadim Yalovets dad7ccbcd9 Adding telemetry 2024-02-01 12:13:27 +02:00
Mason Brothers 8f5fad78c3 Fix broken links for mysql 2024-01-09 11:28:29 -07:00
Manu 94e3e36775 List correct custom cnf directory in example cmd
The example commandline was listing a different directory than the rest of the docs.
2021-05-07 14:41:00 -07:00
Anastasia Alexandrova 28b208eb58
Update content.md
Replace MariaDB with Percona Server in the "Connect to Percona Server from the MySQL command line client" section
2020-05-29 10:53:55 +03: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
Mykola Marzhan 3fa50f5cb3 merge changes from mysql 2018-11-02 17:18:43 +03:00
Mykola Marzhan 19b2475a04 fix Percona paths 2018-11-02 17:18:43 +03:00
Mykola Marzhan 1672d4ebbe fix Percona trademarks 2018-11-02 17:18:43 +03:00
Dmitriy Kostiuk a99130ff4b add missed variables 2018-11-02 17:18:43 +03: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 6092509649 Update a few more missed bits 2017-10-09 16:18:30 -07:00
Tianon Gravi 25a5b70c1b Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07:00
Tianon Gravi 37ce55681e Resync mariadb and percona docs with mysql
This includes both `stack.yml` and the "Secrets" usage description.
2017-10-03 16:26:59 -07: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
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 7557631a9e Replicate "mysql/content.md" note about "mysqldump" to mariadb and percona 2016-04-25 11:43:14 -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
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
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