minor update

Cedric Roux
2016-12-09 22:36:39 +01:00
parent b740d0869c
commit 20cb759d9d

@@ -14,6 +14,15 @@
```sudo docker run --ip=172.19.0.10 --net=oainet --expose=1-9000 -ti -h=epc --privileged=true luhan/oai-cn:v0.1 /bin/bash ```
An user (Qiong Wu, @Freundschaft) reported in a gitlab issue that the above command did not work. Here is the message. You may want to try
his command if things fail for you.
```
It didnt work for me, since GTP module was not loaded in the docker container, running the command below instead did the trick.
sudo docker run --ip=172.19.0.10 --net=oainet --expose=1-9000 -ti -h=epc --privileged=true --cap-add=ALL -v /dev:/dev -v /lib/modules:/lib/modules luhan/oai-cn:v0.1 /bin/bash
```
You can set this ip according to your environment. It is used for S1-U, S1-MME.
+ __Start necessary services__