blob: c57afcbb099835ea711b4b1cec75878d975fb019 [file] [log] [blame]
Zack Williams2a287092016-05-18 13:41:31 -07001# ONOS with XOS features for docker-compose
2version: '2'
3
4services:
5
6 xos-onos:
7 build:
8 context: .
9 dockerfile: Dockerfile.xos-onos
10 image: xos/onos
11 expose:
12 - "6653"
13 - "8101"
14 - "8181"
15 - "9876"
16 network_mode: host
17 volumes:
Andy Bavierd39936c2016-08-02 17:31:07 -040018 - ./node_key:/root/node_key:ro