a6649704985b43827c5947defd89383a7be30940
[vid.git] / docs / docs-delivery.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 Delivery
5 ========
6
7 VID is delivered as a docker image, and uses MariaDb which also delivered as a docker image. The two images are linked.
8
9 .. blockdiag::
10    
11
12    blockdiag layers {
13    orientation = portrait
14    VID -> MariaDb;
15    MariaDb -> VID;
16    group l1 {
17         color = blue;
18         VID; MariaDb;
19         }
20    }
21
22
23