Loading src/tests/ryu-openflow/docker-compose.yml +12 −0 Original line number Diff line number Diff line Loading @@ -18,3 +18,15 @@ services: build: context: . dockerfile: Ryu.Dockerfile version: '3' services: mininet: build: context: . image: mininet tty: true privileged: true network_mode: "host" volumes: - /lib/modules:/lib/modules No newline at end of file Loading
src/tests/ryu-openflow/docker-compose.yml +12 −0 Original line number Diff line number Diff line Loading @@ -18,3 +18,15 @@ services: build: context: . dockerfile: Ryu.Dockerfile version: '3' services: mininet: build: context: . image: mininet tty: true privileged: true network_mode: "host" volumes: - /lib/modules:/lib/modules No newline at end of file