herlesupreeth / docker_open5gs

Docker files to run open5gs + IMS + eNB + gNB + NR-UE in a docker
BSD 2-Clause "Simplified" License
299 stars 167 forks source link

wrong doc on Open5GS tutorial Dockerized VoLTE Setup #92

Open gmaruzz opened 2 years ago

gmaruzz commented 2 years ago

probably totally independent from here, but tutorial in https://open5gs.org/open5gs/docs/tutorial/03-VoLTE-dockerized/ at step 2 (build base docker images) say:

cd ../kamailio_base
docker build --no-cache --force-rm -t open5gs_kamailio .

that is wrong, it must say:

cd ../ims_base
docker build --no-cache --force-rm -t docker_kamailio .
herlesupreeth commented 2 years ago

You are right. That needs correction. Please open a PR in open5gs repo. Thank you for pointing it out