Zack Williams | 2a28709 | 2016-05-18 13:41:31 -0700 | [diff] [blame] | 1 | # ONOS with XOS features for docker-compose |
2 | version: '2' | ||||
3 | |||||
4 | services: | ||||
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 Bavier | d39936c | 2016-08-02 17:31:07 -0400 | [diff] [blame] | 18 | - ./node_key:/root/node_key:ro |