Free5gc docker compose

Hi Team,

I want to run free5gc with docker compose. Can you please help to share a link, where the steps are mentioned.

Best regards,
Indranil Saha

Hi Team,

Following the instructions provided in - 0 compose - free5GC, while trying to build the webconsole, it is throwing an error. I tried updating the yarn and node versions and retry but no positive result. Attaching the log file. please help to rectify the issue.

webconsole_free5gc_docker_issue.txt (4.5 KB)

Note: I am using Docker version 25.0.3 on ubuntu version 20.04.

Best regards,
Indranil Saha

159.0 info There appears to be trouble with your network connection. Retrying...
194.0 error Error: https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.11.9.tgz: ESOCKETTIMEDOUT

please check your network connection, for example, check in your vm, can u access google.com ?

Hi Team,

All other NFs are successfully built. No issue in internet connection, but still this problem exists.

Best regards,
Indranil Saha

Hi Team,

can you please tell me docker engine version in which i can now download and install free5gc compose.

Best regards,
Indranil Saha

Hi Team,

Regarding the issue previously mentioned, it is now resolved. My CPU didn’t support AVX, hence mongoDB 5.0 and above versions were not supported. I changed it to mongoDB 4.4 and it is running fine now.

However, UPF container is getting stopped immediately after starting facing an error - upf | 2024-02-12T08:56:47.136565544Z [ERRO][UPF][Main] UPF Cli Run Error: open Gtp5g: version mismatch: operation not supported

docker_free5gc.txt (41.0 KB)

Please tell me steps to rectify this error.

Hello,

You need to install gtp5g on your host machine. There is a Prerequisites section in https://free5gc.org/guide/0-compose/.

Best,
CTFang