
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.
14 lines
179 B
Plaintext
14 lines
179 B
Plaintext
{
|
|
"build" :
|
|
{
|
|
"hostname" : "default",
|
|
"memory_size" : "4096",
|
|
"box" : "$box",
|
|
"product" : {
|
|
"name": "docker"
|
|
}
|
|
|
|
}
|
|
}
|
|
|