mirror of
https://github.com/fosrl/olm.git
synced 2026-03-08 23:03:12 -05:00
[PR #22] [MERGED] added docker version of olm #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/olm/pull/22
Author: @Lokowitz
Created: 8/31/2025
Status: ✅ Merged
Merged: 8/31/2025
Merged by: @oschwartz10612
Base:
dev← Head:add-docker-image📝 Commits (2)
0d8cacdadded docker version of olm82555f4added build of docker image to test📊 Changes
5 files changed (+47 additions, -2 deletions)
View changed files
📝
.github/workflows/cicd.yml(+16 -0)📝
.github/workflows/test.yml(+3 -0)📝
Dockerfile(+2 -2)📝
Makefile(+11 -0)➕
docker-compose.yml(+15 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
network_mode: hostbrings the olm network interface to the host system.I am not sure why i need
devices: - /dev/net/tun:/dev/net/tun, but without i am getting error that the container has no access to/dev/net/tun. Dont understand why Newt and Gerbil are working without.fixes https://github.com/fosrl/olm/issues/18
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.