Open
Conversation
8e05ad1 to
945826b
Compare
…notices about losing float precision
… so that it doesn't produce unnecessary files
a0c5a7b to
d92a3ca
Compare
Author
|
@n7tae , this is now ready for review. |
turnrye
commented
Sep 20, 2025
…h; add example compose file and env file to run as docker compose; update readme to include details about this approach
…efd and mrefd-dash to GHCR
d92a3ca to
a1903bf
Compare
Author
|
Hey @n7tae ! I've been using this for some time (off and on) to run M17-MEM. It's been stable in my light weight testing. But if this isnt something that you'd like officially in the project, feel free to close this PR. |
Owner
|
If you're instance supported dual stack operation, wouldn't you also need to set IPv6ExtAddr too? If this is correct, please add this comment. If you promise to provide support for any docker issues, I will accept this. Thanks! |
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.
This MR adds the ability for users to install and use mrefd in a container.
As part of the changes, it also fixes an issue where the makefile assumes that the install has systemctl even if the daemon build config is false.
This also fixes a small PHP deprecation warning with latest PHP.
Finally, this adds github actions to push the containers to GHCR so that they can easily be pulled from folks who dont plan to develop or pull the bigger repo down.