Commit Graph

476 Commits

Author SHA1 Message Date
Docker Library Bot d931edc19e Run update.sh 2025-05-05 17:09:54 -07:00
yosifkit 4a4afd9c63
Merge pull request #2552 from felipementel/feature/mariadb-readme-update
docs: update readme from mariadb with port binding, tags, remove double spaces and informations
2025-05-05 16:24:18 -07:00
Docker Library Bot 610abd9aff Run update.sh 2025-05-05 16:10:01 -07:00
Felipe Augusto 0db1572374 Update mariadb with various fixes 2025-05-05 15:47:52 -07:00
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
Docker Library Bot ab21d1a97f Run update.sh 2025-02-14 12:09:31 -08:00
Docker Library Bot 1a8d57867a Run update.sh 2025-02-05 16:09:36 -08:00
Docker Library Bot c2ce7b233c Run update.sh 2024-11-25 12:09:17 -08:00
Docker Library Bot ef14ba1182 Run update.sh 2024-11-22 14:09:19 -08:00
Docker Library Bot 199079f986 Run update.sh 2024-11-14 17:09:12 -08:00
Docker Library Bot b7f4b4b9b2 Run update.sh 2024-09-03 12:08:55 -07:00
Docker Library Bot c59ecd8cd5 Run update.sh 2024-08-15 10:08:56 -07:00
Docker Library Bot d9eb7612dc Run update.sh 2024-08-12 10:08:59 -07:00
Docker Library Bot c23bb7f075 Run update.sh 2024-07-08 11:08:54 -07:00
Docker Library Bot 53071da549 Run update.sh 2024-06-11 17:08:50 -07:00
Docker Library Bot ee5b62d6e2 Run update.sh 2024-05-30 17:10:32 -07:00
Docker Library Bot 219aae1ffa Run update.sh 2024-05-23 17:10:18 -07:00
yosifkit 63c9218175
Add Docker Hub categories (#2446)
* Add repo metadata, start with categories!

scripts for checking repo categories, updating the canonical set
added categories to push.pl

* Add initial set of semi-acurate categories

* Adjustments following tianon's review

* Simplify metadata.sh use cases (CI or interactive); just diff and check all the time

Update README.md about metadata.sh usage

* Unify the categories checks into one jq expressions

* Update initial categories

* Link to Docker docs for categories; minor categories script adjustments
2024-05-17 11:44:00 -07:00
Docker Library Bot d2885c46af Run update.sh 2024-04-08 15:10:26 -07: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
Docker Library Bot 843e53e452 Run update.sh 2024-02-21 18:18:54 -08:00
Docker Library Bot 5a83e4501a Run update.sh 2024-02-20 16:09:50 -08:00
Docker Library Bot ac8ab71f35 Run update.sh 2024-02-12 14:09:50 -08:00
Docker Library Bot 14fa4424c5 Run update.sh 2023-11-23 02:10:23 -08:00
Docker Library Bot 389d7cff06 Run update.sh 2023-11-15 18:19:00 -08:00
Docker Library Bot 1e1865eb52 Run update.sh 2023-11-01 15:26:07 -07:00
Alexis Saettler 4c847eb815
Fix mariadb Compose file examples 2023-11-01 12:28:26 +01:00
Docker Library Bot 17146832f4 Run update.sh 2023-10-23 14:09:25 -07:00
Daniel Black c0204f1115
mariadb: Update content.md :Z to example 2023-10-21 11:14:52 +11:00
Daniel Black dea59d0c01
Update mariadb/content.md
Co-authored-by: yosifkit <yosifkit@gmail.com>
2023-10-21 11:11:54 +11:00
Daniel Black b3434a20ce mariadb: major content rewrite
The content was far too big. Slimmed this down and moved much
of the content to the MariaDB Knowledge Base.

Also:
* \s to show more connection information.
* Read only recommendation for configuration file mounts, solves a
  Windows problem where it appears as rwxrwxrwx and MariaDB treats that
  as unsafe. https://jira.mariadb.org/browse/MDEV-27038
* MARIADB_AUTO_UPGRADE explained.
* Add links to related images
* Add link to docker compose examples.
2023-09-26 11:50:26 +10:00
Daniel Black 554e4b9aaa MariaDB smaller logo - without Foundation text 2023-09-26 11:50:26 +10:00
Daniel Black 8b7ff4ebcd MariaDB maintainers 2023-09-26 11:50:26 +10:00
Docker Library Bot f5d425cadf Run update.sh 2023-08-29 10:56:10 -07:00
Docker Library Bot 9179c6e82b Run update.sh 2023-08-22 12:18:23 -07:00
Docker Library Bot f8b63b6cc8 Run update.sh 2023-08-14 17:17:58 -07:00
Docker Library Bot 4dc8530807 Run update.sh 2023-06-26 14:20:13 -07:00
Docker Library Bot cc804a1011 Run update.sh 2023-06-09 12:16:12 -07:00
Docker Library Bot 6614bce4c1 Run update.sh 2023-05-12 10:08:48 -07:00
Tianon Gravi 9d4f8ce84c Fix "smart" single quotes (by swapping them with regular single quotes) 2023-05-12 09:41:38 -07:00
Docker Library Bot 7b2bc5c79c Run update.sh 2023-05-11 15:08:54 -07:00
Docker Library Bot 2a6b2fb970 Run update.sh 2023-02-28 15:38:22 -08:00
Docker Library Bot fe0002e508 Run update.sh 2023-02-24 17:14:54 -08:00
Docker Library Bot 1e7d889abc Run update.sh 2023-02-17 12:08:50 -08:00
Docker Library Bot 2e29433908 Run update.sh 2023-02-06 18:08:48 -08:00
Docker Library Bot 37401e83e5 Run update.sh 2022-11-30 14:08:49 -08:00
Docker Library Bot ec1fa1228a Run update.sh 2022-11-17 17:14:49 -08:00
Docker Library Bot f5de63ca21 Run update.sh 2022-11-10 17:14:34 -08:00
Docker Library Bot 1cdff027b0 Run update.sh 2022-10-11 10:14:39 -07:00
Alberto Roura b79c4c299e
Readme Typo when referring to pre-existing db folder (#2212) 2022-10-11 09:33:51 -07:00