diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-02-01 12:09:10 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-02-14 10:24:19 +0100 |
commit | ba1194d18f296c474dc5d1d85402cccae860128e (patch) | |
tree | 9c771fa6d2a06dac5eed02b1244dd9921612a344 | |
parent | f26ce63c229cbdf6af58788bcfe28fb303919eb3 (diff) |
Fix the lab-slave-0 name
The boards.yaml documentation state that lava-slave should be named lab-slave-XXX
but docker-compose.template does not use this convention.
This force the use of this convention.
-rw-r--r-- | docker-compose.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.template b/docker-compose.template index d125af8..63a708b 100644 --- a/docker-compose.template +++ b/docker-compose.template @@ -18,7 +18,7 @@ services: # boot and /lib/modules are for libguestfs (TODO set them read_only with docker-compose 3.0) - "/boot:/boot" - "/lib/modules:/lib/modules" - lava-slave: + lab-slave-0: hostname: lab-slave-0 #conmux does not support dns_search dns_search: "" |