mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
fix the configuration file
This commit is contained in:
parent
a3fbbf70cb
commit
996a0df756
6 changed files with 44 additions and 22 deletions
22
support/docker/README.md
Normal file
22
support/docker/README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
* Ubuntu Docker Setup
|
||||
|
||||
$ docker run -p 4000:3000 --hostname build -ti --name build --privileged --cap-add=SYS_ADMIN -e "container=docker" -v /sys/fs/cgroup:/sys/fs/cgroup -v $PWD:/mnt ubuntu /sbin/init
|
||||
|
||||
$ docker exec -it ubuntu /bin/login
|
||||
|
||||
* Package Install
|
||||
$ sudo apt-get install sudo vim dpkg-dev git
|
||||
|
||||
|
||||
* Getting Source Repository
|
||||
$ git clone https://github.com/acetcom/nextepc
|
||||
$ git checkout new_branch
|
||||
|
||||
* Check Pakcage
|
||||
$ dpkg-buildpackage
|
||||
$ sudo apt-get install ....
|
||||
|
||||
* Build Pakcage
|
||||
$ dpkg-buildpackage
|
||||
$ sudo apt-get install ....
|
||||
Loading…
Add table
Add a link
Reference in a new issue