Skip to content

Instantly share code, notes, and snippets.

@syakesaba
Created June 16, 2016 13:55
Show Gist options
  • Save syakesaba/225d53e9e67a1902c1ca949018a6733a to your computer and use it in GitHub Desktop.
Save syakesaba/225d53e9e67a1902c1ca949018a6733a to your computer and use it in GitHub Desktop.
opendaylight docker-compose.yaml
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/
@syakesaba
Copy link
Author

dokker-compose run odl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment