Created
June 16, 2016 14:13
-
-
Save syakesaba/7640f0e9dc223d0609af27cf60d84508 to your computer and use it in GitHub Desktop.
うん?
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
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker-compose run fabric
で両方起動するけど、これremoteコントローラに帰属されてるか?