mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
update Dockerfile
This commit is contained in:
parent
d74afc5bc7
commit
e2bb5706fa
8 changed files with 18 additions and 17 deletions
|
|
@ -14,7 +14,7 @@ Docker running example
|
|||
$ docker-compose \
|
||||
-f docker-compose.yml -f docker-compose.test.yml run test
|
||||
|
||||
* Test(ubuntu-artful)
|
||||
* Test(ubuntu:artful)
|
||||
$ TAG=artful docker-compose build
|
||||
$ TAG=artful docker-compose \
|
||||
-f docker-compose.yml -f docker-compose.test.yml run test
|
||||
|
|
@ -23,7 +23,7 @@ Docker running example
|
|||
$ DIST=fedora docker-compose build
|
||||
$ DIST=fedora docker-compose run dev
|
||||
|
||||
* TODO - Runtime(debian-jessie)
|
||||
* Runtime(debian:jessie)
|
||||
$ DIST=debian TAG=jessie docker-compose build
|
||||
$ DIST=debian TAG=jessie docker-compose
|
||||
-f docker-compose.yml -f docker-compose.run.yml run run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue