Created
June 16, 2016 13:55
-
-
Save syakesaba/225d53e9e67a1902c1ca949018a6733a to your computer and use it in GitHub Desktop.
opendaylight docker-compose.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
odl: | |
image: opendaylight/odl:4.2.0 | |
container_name: odl | |
privileged: true | |
stdin_open: true | |
tty: true | |
command: /opt/opendaylight/bin/karaf | |
ports: | |
- "8181:8181" | |
expose: | |
- "8080" | |
- "8383" | |
- "33343" | |
- "12001" | |
- "60601" | |
- "6633" | |
- "47914" | |
- "7800" | |
# http://odl:8080/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dokker-compose run odl