Closed asheeshtripathi closed 1 year ago
Hi @asheeshtripathi, you can do it in two ways:
1) Download the repository and build the images by yourself following the explanation under Build it
in the README.md file.
2) Download the images from the container registries provided:
The Docker images are available in:
DockerHub
: borieher/GitHub Container Registry
: ghcr.io/borjis131/
So to download the AMF v2.6.4 image using the 2) method with the GitHub Container Registry run: docker pull ghcr.io/borjis131/amf:v2.6.4
Keep in mind that some Compose files under compose-files/ expect the images to be built locally (like the basic deployment), while others download the images by themselves (like the network-slicing deployment).
Also, this project is intended to work with Docker Compose because all the Open5GS Network Functions are deployed individually and it needs a network to interconnect them. So don't expect one single container with all the Network Functions deployed on it.
Take a look at the diagram for the basic deployment in the README.md file.
Closing this issue due to inactivity.
Hi @Borjis131, I am not able to find the docker image for open5gs. Could you please help? I am trying to install an open5gs docker container and a srsRAN project gNB in a separate container. I am new to docker, I did test open5gs core and srsRAN gNB with COTS UE build from source.