aboutsummaryrefslogtreecommitdiff
path: root/docs/installation/docker
AgeCommit message (Collapse)Author
2024-12-18Speedup building docker images in CI (#3467)Till
This should significantly speedup building the pinecone and yggdrasil demos, as they now reuse the new `dendrite:buildcache`, which already builds all binaries.
2024-10-17Replace references to the repositoryQuentin Gliech
2023-11-25Added Docker commands for Windows (#3267)Cat
### Pull Request Checklist * [x] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests * [x] Pull request includes a [sign off below using a legally identifiable name](https://matrix-org.github.io/dendrite/development/contributing#sign-off) _or_ I have already signed off privately No tests were added due to it being a small documentation addition Signed-off-by: `Cat Catry <denperidge@gmail.com>`
2023-05-30Docs restructure (#2953)Till
Needs to be merged into `gh-pages` later on.