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