dockviz/sample/containers.dot

8 lines
380 B
Text
Raw Normal View History

2014-05-14 16:38:20 +02:00
digraph docker {
"app2" [label="app2\n878602c44611",shape=box,fillcolor="lightgrey",style="filled,rounded"];
"app1" [label="app1\n6a2fa6a3c2d4",shape=box,fillcolor="paleturquoise",style="filled,rounded"];
"redis" -> "app1" [label = " db" ]
"redis" -> "app2" [label = " db" ]
"redis" [label="redis\n5d7e818a4ea3",shape=box,fillcolor="paleturquoise",style="filled,rounded"];
}