add Docker to build VM temlates

Now Docker is installed to VM which are used to build Maxscale. It allows to run tests which require Docker without installing it
during build process.
This commit is contained in:
Timofey Turenko 2019-08-08 16:58:07 +03:00
parent 21dfcb5648
commit 910990115c

View File

@ -3,7 +3,11 @@
{
"hostname" : "default",
"memory_size" : "4096",
"box" : "$box"
"box" : "$box",
"product" : {
"name": "docker"
}
}
}