This should make it possible to run tests locally in a lighter way than pulling up a full VM.
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": ".."
|
|
},
|
|
"runArgs": ["--init"],
|
|
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ]
|
|
}
|