Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/docker-open5gs
https://github.com/higebu/docker-open5gs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/docker-open5gs
- Owner: higebu
- Created: 2022-10-01T04:14:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T01:31:46.000Z (about 2 years ago)
- Last Synced: 2024-10-04T19:44:29.219Z (4 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-open5gs
[![docker build](https://github.com/higebu/docker-open5gs/actions/workflows/docker.yml/badge.svg)](https://github.com/higebu/docker-open5gs/actions/workflows/docker.yml)
[Open5GS](https://github.com/open5gs/open5gs) and [UERANSIM](https://github.com/aligungr/UERANSIM) Docker images.
# Docker images
- [![higebu/open5gs](https://img.shields.io/docker/v/higebu/open5gs?label=higebu/open5gs&style=flat-square)](https://hub.docker.com/repository/docker/higebu/open5gs)
- [![higebu/open5gs-webui](https://img.shields.io/docker/v/higebu/open5gs-webui?label=higebu/open5gs-webui&style=flat-square)](https://hub.docker.com/repository/docker/higebu/open5gs-webui)
- [![higebu/ueransim](https://img.shields.io/docker/v/higebu/ueransim?label=higebu/ueransim&style=flat-square)](https://hub.docker.com/repository/docker/higebu/ueransim)# docker compose
https://docs.docker.com/compose/install/
```shell
docker compose pull
docker compose up -d
docker compose down
```