Docker files to run open5gs + IMS + eNB + gNB + NR-UE in a docker dockerenbimsepckamailiovolte5gcopen5gsgnbdocker-open5gsueransimsgwu-containersrslte-enbsrsrannr-uenr-sa-deploy UpdatedApr 17, 2025 Shell Add a description, image, and links to thedocker-open5gstopic page so that deve...
Docker files to run open5gs + IMS + eNB + gNB + NR-UE in a docker - docker_open5gs/nsa-deploy.yaml at master · nelson-ion/docker_open5gs
image: docker_open5gs container_name: hss env_file: - .env environment: - COMPONENT_NAME=hss-1 volumes: - ./hss:/mnt/hss - ./log:/open5gs/install/var/log/open5gs - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro depends_on: - mongo expo...
1 https://gitee.com/shuimoshusheng/docker_open5gs.git git@gitee.com:shuimoshusheng/docker_open5gs.git shuimoshusheng docker_open5gs docker_open5gs深圳市奥思网络科技有限公司版权所有 Git 大全 Git 命令学习 CopyCat 代码克隆检测 APP与插件下载 Gitee Reward Gitee 封面人物 GVP 项目 ...
docker_open5gs Docker files to build and run open5gs in a docker Tested Setup Docker host machine Ubuntu 18.04 Build and Execution Instructions Mandatory requirements: docker-ce docker-compose Clone repository in the comnetsemu VM and build base docker image of open5gs and ueransim ...
Docker files to run open5gs + IMS + eNB + gNB + NR-UE in a docker - Actions · nelson-ion/docker_open5gs
- ./log:/open5gs/install/var/log/open5gs - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro expose: - "7777/tcp" networks: default: ipv4_address: ${NRF_IP} scp: image: docker_open5gs container_name: scp env_file: - .env environment: -...
image: docker_open5gs container_name: nrf env_file: - .env environment: - COMPONENT_NAME=nrf-1 volumes: - ./nrf:/mnt/nrf - ./log:/open5gs/install/var/log/open5gs - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro expose: - "7777/tcp" ...
# syntax=docker/dockerfile:1 # global build-time arguments for FROM statements ARG OPEN5GS_VERSION="v2.7.1" ARG OPEN5GS_VERSION="v2.7.2" ARG UBUNTU_VERSION="jammy" FROM base-open5gs:${OPEN5GS_VERSION} AS builder 2 changes: 1 addition & 1 deletion 2 images/ausf/Dockerfile Origin...
Osmocom dockerfiles, mostly for test automation; mirror of https://gitea.osmocom.org/osmocom/docker-playground - docker-playground/open5gs-latest/Dockerfile at master · osmocom/docker-playground