dfw 1.3.0

Docker firewall framework, in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '2'

services:
  a:
    image: nginx:alpine

  b:
    image: nginx:alpine
    networks:
    - default
    - other

networks:
  other: