Commit Graph

351 Commits

Author SHA1 Message Date
Docker Library Bot 610abd9aff Run update.sh 2025-05-05 16:10:01 -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 cd3e7f112c Run update.sh 2025-04-23 12:09:37 -07:00
Docker Library Bot 940af0ed13 Run update.sh 2025-04-16 10:10:05 -07:00
Docker Library Bot 1a8d57867a Run update.sh 2025-02-05 16:09:36 -08:00
Docker Library Bot 51444dca65 Run update.sh 2024-12-02 17:09:06 -08:00
Docker Library Bot 90025c997e Run update.sh 2024-11-26 12:09:09 -08:00
Docker Library Bot 6b84e28b00 Run update.sh 2024-11-26 10:09:17 -08:00
Michael Zangl c543d87182
Clarify how to build and run
I used this in class. My students were missing the build command, because it is a bit hidden in the text. I suggest making it more obvious that the image needs to be built before running it.
2024-11-26 13:40:36 +01:00
Docker Library Bot 5c6c24f708 Run update.sh 2024-10-02 17:09:09 -07:00
Docker Library Bot c59ecd8cd5 Run update.sh 2024-08-15 10:08:56 -07:00
Docker Library Bot c23bb7f075 Run update.sh 2024-07-08 11:08:54 -07:00
Docker Library Bot ca5b098356 Run update.sh 2024-06-21 13:09:05 -07:00
Docker Library Bot 513ca46c0f Run update.sh 2024-05-30 08:10:29 -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 73a097e01d Run update.sh 2024-05-06 11:10:30 -07:00
Docker Library Bot ef3c17e61e Run update.sh 2024-04-23 17:23:50 -07:00
Docker Library Bot 8b0483faef Run update.sh 2024-04-17 10:10:01 -07:00
Docker Library Bot 1fb38e2662 Run update.sh 2024-03-19 17:19:04 -07:00
Docker Library Bot fb37b753f4 Run update.sh 2024-02-14 12:18:34 -08:00
Docker Library Bot b000c3181c Run update.sh 2024-01-31 14:21:16 -08:00
John Moon 4a2997a2d0
nginx: Update command to generate host config file (#2411)
Currently, instructions to copy the default configuration from the
nginx container to the host uses three commands. This can be done more
efficiently with one command (assuming the presence of "cat" in the
container which should be a safe).

Update the instructions to use the single command.
2024-01-31 13:36:13 -08:00
Docker Library Bot 44a6530c4e Run update.sh 2023-10-24 18:09:33 -07:00
Docker Library Bot d6a2ea8510 Run update.sh 2023-10-24 07:09:28 -07:00
Daisuke Kashiwagi 2e359a47de Improve explanation on how to customize nginx conf
When I first saw this document, I didn't understand the meaning of 'This can also be accomplished' and it confused me. 
So, I suggest an improvement.
2023-10-11 12:08:01 +09:00
Docker Library Bot ba8df07721 Run update.sh 2023-08-28 16:09:49 -07:00
Docker Library Bot 05f2abbdca Run update.sh 2023-08-15 16:09:13 -07:00
Docker Library Bot 6c525a6845 Run update.sh 2023-06-13 17:19:00 -07:00
Docker Library Bot f8a4320713 Run update.sh 2023-05-24 15:16:36 -07:00
Docker Library Bot b8ffb81d69 Run update.sh 2023-05-09 14:18:03 -07:00
Docker Library Bot 5324731c23 Run update.sh 2023-04-11 14:16:25 -07:00
Docker Library Bot e9ac2545bf Run update.sh 2023-03-28 15:08:46 -07:00
Docker Library Bot 234d71a767 Run update.sh 2022-12-13 17:08:46 -08:00
Docker Library Bot 1b9284ece5 Run update.sh 2022-11-04 15:08:48 -07:00
Docker Library Bot 250c43df14 Run update.sh 2022-10-19 11:14:20 -07:00
Docker Library Bot 135b79cc80 Run update.sh 2022-10-07 12:08:49 -07:00
Docker Library Bot ccf30b0665 Run update.sh 2022-09-22 16:13:56 -07:00
Benjamin Roedell 332cb65cc8 Fix container path for cache dir
The code block contains the paths that should be mapped,
`/var/cache/nginx` and `/var/run` for readonly cases.
However, the description immediately above the code block
also listed two paths. The first, `/var/cache`, would require
additional dirs to already exist within the dir. For example,
the application will fail to start if the host didn't create
an `nginx` dir prior to starting the container.

This change updates the path in the description so it matches
the path mapped in the code block and no dirs need to exist
before starting the container.
2022-09-20 20:01:30 -04:00
Docker Library Bot ad45c85c19 Run update.sh 2022-07-19 12:08:49 -07:00
Docker Library Bot aaabb05680 Run update.sh 2022-06-22 12:08:43 -07:00
Docker Library Bot 7dfde9f409 Run update.sh 2022-05-25 11:13:41 -07:00
Docker Library Bot 5f3d524b54 Run update.sh 2022-05-17 15:08:41 -07:00
Docker Library Bot 0887f5ea78 Run update.sh 2022-01-25 12:13:30 -08:00
Docker Library Bot 2a4021e9e0 Run update.sh 2021-12-29 11:11:32 -08:00
Docker Library Bot 83e56190af Run update.sh 2021-12-28 10:11:27 -08:00
Konstantin Pavlov 56c7411115 nginx: removed Amplify notices.
Service is in life-support mode since quite some time.
2021-12-28 12:27:50 +03:00
Docker Library Bot d7730a6477 Run update.sh 2021-11-16 10:11:27 -08:00
Docker Library Bot 5fb6042037 Run update.sh 2021-11-09 17:11:47 -08:00
Docker Library Bot e64afac53e Run update.sh 2021-11-08 13:11:24 -08:00
Prasad Katti 3a98b49c41 Add info on the -perl tag variants to the nginx README 2021-11-04 23:04:40 -07:00