Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker compose revamp #2439

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 27, 2024

  1. [chore] Refresh of the docker compose docs

    Port forwarding expects the evaluator to both install mender-cli and figure out a device ID.
    Those are extra steps that risk confusion and preventing the reader to
    reach a working example for the docker compose update.
    I've instead just replaced that with the Remote terminal for all client
    shell interactions.
    
    The versioning was hardcoded and the confusions between composition
    version vs container version were left to the user to wrestle with.
    Added a section to clarify this and adjusted the snippets.
    
    For this case the benefits aren't spectacular, but that is heavy content
    specific. I wanted to show there is indeed an improvement and give a
    quick snippet for the evaluator to test it. If they have the question
    "Is delta beneficial for this composition I want to use?" they can
    easily use the same approach.
    
    Ticket: None
    Changelog: None
    
    Signed-off-by: Alan <[email protected]>
    TheMeaningfulEngineer committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2cf1ca7 View commit details
    Browse the repository at this point in the history
  2. [chore]: replace the community container update module with the

    supported one
    
    Ticket: None
    Changelog: None
    
    Signed-off-by: Alan <[email protected]>
    TheMeaningfulEngineer committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    df3aca4 View commit details
    Browse the repository at this point in the history
  3. [chore] Implement review suggestions

    Signed-off-by: Alan <[email protected]>
    TheMeaningfulEngineer committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    77fdf0f View commit details
    Browse the repository at this point in the history