Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
6df046816c250ae6f07a288d66da18556428482d
/
.
/
roles
/
onos-vm-install
/
files
/
onos-docker-compose.yml
blob: c57afcbb099835ea711b4b1cec75878d975fb019 [
file
] [
log
] [
blame
]
# ONOS with XOS features for docker-compose
version:
'2'
services:
xos
-
onos:
build:
context:
.
dockerfile:
Dockerfile.xos
-
onos
image:
xos/onos
expose:
-
"6653"
-
"8101"
-
"8181"
-
"9876"
network_mode:
host
volumes:
-
./node_key
:
/root/node_key
:
ro