Commit Graph

17 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
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
wglambert a4af086124 Update Drupal docs (#1619) 2019-12-12 14:37:53 -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 5c155fc1af Remove "Repository Links" links 😞 2019-02-20 13:48:30 -08:00
Tianon Gravi c06ef55af7 Replace "registry.hub.docker.com" with "hub.docker.com" 2018-10-11 14:12:47 -07:00
Tianon Gravi 27d9b1829c Add a new section in the PHP documentation about running as an arbitrary user
This is adapated from what's discussed in https://github.com/docker-library/wordpress/pull/249 (and https://github.com/docker-library/wordpress/issues/256, among others).
2018-05-08 10:53:25 -07:00
Tianon Gravi 25a5b70c1b Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07:00
Marcos Lilljedahl 54359bd26c Migrate current compose examples to PWD capable stacks 2017-06-18 16:49:26 -03:00
Tianon Gravi 0c2b9dcce8 Refactor the way information (especially links) are presented
This should make it much faster to find the right place to file issues, get help, find out whether upstream maintains an image, etc.

I've done my best to represent each `REPO/maintainer.md` file appropriately, but I might have missed some (or there might be something else a maintainer prefers be listed there, either more or less descriptive, for example), which would be welcome contributions following this change.
2017-04-21 17:48:19 -07:00
Michael Hess ee2cd5b8cc Fix some spacing 2017-04-21 10:14:37 -04:00
Michael Hess 2c3e64bc03 Fix some text 2017-04-21 10:10:33 -04:00
Michael Hess f99e61c7dd Explain who maintains this image
We either need to explain that this is maintained by the Docker community or pull the image from docker.  We are getting push back on our side about this.
2017-04-21 09:55:16 -04:00
Tianon Gravi 7f751b9041 Add some notes about volumes in Drupal, especially updating "docker-compose.yml"
I tested this by using `docker-compose up -d`, going through Drupal's web-based setup process to get Drupal fully configured and operational, then used `docker-compose up -d --force-recreate` to force both containers to be re-created (which works very hard to keep the volumes), and verified that my site was still configured and working properly.
2017-01-25 15:26:01 -08:00
Tianon Gravi 901e0dfcaf Add an initial docker-compose.yml for drupal 2017-01-06 15:22:37 -08: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 a0f37ddfd7 Add initial drupal documentation 2015-04-28 16:58:33 -06:00