diff options
author | Kevin Hilman <khilman@baylibre.com> | 2019-11-22 09:31:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 09:31:27 -0800 |
commit | 87ebea7e5ec96558bd2c9688fecd9b3b2d8e2a3d (patch) | |
tree | 69996b396386333982e6ca6e9ce1f2f39c9d6d06 /README.md | |
parent | 777f0d0c40a2325840a3d2fa3a5a62d984719d1b (diff) | |
parent | 9719303ee906c43642bd3b7a26603615f2d23726 (diff) |
Merge pull request #109 from montjoie/use_docker
Permit to use docker commands in slave
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -280,6 +280,7 @@ slaves: use_overlay_server: Does LAVA need an overlay server (default True) use_nfs: Does the LAVA dispatcher will run NFS jobs use_tap: Does TAP netdevices could be used + use_docker: Permit to use docker commands in slave arch: The arch of the worker (if not x86_64), only accept arm64 host_healthcheck: If true, enable the optional healthcheck container. See hosting healthchecks below lava-coordinator: Does the slave should ran a lava-coordinator |