General improvements to the docker-dompose examples#412
Merged
vt-tv merged 12 commits intodmf-mxl:mainfrom Feb 24, 2026
Merged
Conversation
vt-tv
requested changes
Feb 16, 2026
Contributor
vt-tv
left a comment
There was a problem hiding this comment.
I tried it and it works well. The readme file will need to be rewritten.
pkeroulas
reviewed
Feb 20, 2026
Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com> Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com> Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com> Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com> Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com> Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com> Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
d7ba78f to
d56f384
Compare
pkeroulas
reviewed
Feb 20, 2026
Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com> Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com> Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com> Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com> Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
Co-authored-by: Jonas Ohland <jonas.ohland@gmail.com> Signed-off-by: Jonas Ohland (Riedel) <jonas.ohland@riedel.net>
pkeroulas
approved these changes
Feb 23, 2026
vt-tv
approved these changes
Feb 23, 2026
Contributor
vt-tv
left a comment
There was a problem hiding this comment.
LGTM. I am not in a position to validate the K8s example.
garethsb
reviewed
Feb 23, 2026
garethsb
reviewed
Feb 23, 2026
garethsb
reviewed
Feb 23, 2026
garethsb
approved these changes
Feb 23, 2026
Contributor
garethsb
left a comment
There was a problem hiding this comment.
Approach and docs LGTM 👍 (haven't tried it)
Just flagged a few possible typos.
Co-authored-by: Gareth Sylvester-Bradley <31761158+garethsb@users.noreply.github.com> Signed-off-by: Jonas Ohland <32197138+jonasohland@users.noreply.github.com>
Contributor
Author
Ah my nemesis, the English language. |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/v1.0
git worktree add -d .worktree/backport/412/-/release/v1.0 origin/release/v1.0
cd .worktree/backport/412/-/release/v1.0
git switch --create backport/412/-/release/v1.0
git cherry-pick -x fd7c716ef5e9893b13cc8456c1a9717103afddc1 103035d5e0abd102fec29ed398f8a784698af8c6 fccf3be3a62259ea22d54eed85fc140b36cd1624 3c41767d6f68add76ddbba8b3ca08177f00442f8 f30a85d9b27848e2bd682bd4f1bf8429135bae4f 5178066f683e528f767e40c5911779fcb48a7137 d6df7b9e4853bc9d27062a213f8c6be6f715e266 d829f048db336a880fb19c691b6d7ed46b2f1f55 442772e8d038ab7734f73f9f869caca4eeaf03a0 bf7cb7fd6863e70d1927cacbb0c47b93dfbbe635 0b1acb61b3c1f4d5d9a6a47b7f349a8204a803e4 f068088a7306d0b574a8ebc7743b983366373123 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an fake reader script that updates the access file timestamp. Adds a script to bind-mount the domain filesystem created by docker to a local directory for the user to use.
All readers and writers run as UID=1000 now also.
TODO: