diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-11-22 16:16:28 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-11-22 16:16:28 +0100 |
commit | 9719303ee906c43642bd3b7a26603615f2d23726 (patch) | |
tree | 11abbb8417e5e947431400ab5ab16ba498ff9bba /README.md | |
parent | 04ce3e542a0d2d212a29621ae047096951dd0f51 (diff) |
Permit to use docker commands in slave
When docker devices are needed, docker socket must be availlable in the
slave.
This is now possible via the new use_docker
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 |