Skip to content

Instantly share code, notes, and snippets.

@syakesaba
Created June 16, 2016 14:13
Show Gist options
  • Save syakesaba/7640f0e9dc223d0609af27cf60d84508 to your computer and use it in GitHub Desktop.
Save syakesaba/7640f0e9dc223d0609af27cf60d84508 to your computer and use it in GitHub Desktop.
うん?
fabric:
image: syakesaba/mininet
privileged: true
stdin_open: true
tty: true
links:
- ryu:ryu
command: --topo=single --controller=remote,ip=ryu
ryu:
image: osrg/ryu
command: ryu-manager
expose:
- "6633/udp"
- "6633/tcp"
@syakesaba
Copy link
Author

docker-compose run fabric
で両方起動するけど、これremoteコントローラに帰属されてるか?

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