louisroyer/dev-nextmn-ue-lite
WARNING: The following image is NOT an official build of NextMN, in the future it may include beta-functionalities.
By default, configuration file from templating is used if no --config
or -c
is passed as argument. To start without argument, use:
command: [" "]
Please note that even if this software is not yet properly packaged using .deb
, the generated binary file /usr/local/bin/ue-lite
is provided to you under MIT License.
A copy of the source code is available at in the repository nextmn/ue-lite
.
Environment variable used to select templating system:
environment:
ROUTING_SCRIPT: "docker-setup"
TEMPLATE_SCRIPT: "template-script.sh"
TEMPLATE_SCRIPT_ARGS: ""
CONFIG_FILE: "/etc/nextmn/ue-lite.yaml"
CONFIG_TEMPLATE: "/usr/local/share/nextmn/template-ue-lite.yaml"
Environment variables for templating:
environment:
HTTP_ADDRESS: "192.0.2.3"
HTTP_PORT: "8080"
RAN: |-
bind-addr: "10.1.0.2:1234"
gnbs:
- "http://192.0.2.4:8080"
pdu-sessions:
- gnb: "http://192.0.2.4:8080"
dnn: "nextmn-lite"
LOG_LEVEL: "info"
NET_ADMIN
capability;/dev/net/tun
) must be available in the container.This can be done in docker-compose.yaml
by defining the following for the service:
cap_add:
- NET_ADMIN
devices:
- "/dev/net/tun"
This image is automatically built weekly based on latest version of louisroyer/base-irit.
Dockerfile is available on Github.
docker pull louisroyer/dev-nextmn-ue-lite