aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@linaro.org>2020-05-20 16:29:28 +0200
committerLoic Poulain <loic.poulain@linaro.org>2021-08-31 21:02:19 +0200
commit10fc1ae05907d5b98c917d24b3d9b501b2a2ecd5 (patch)
treef694c28bfe08f029e2311e15dca1926a830b46cf
parent2c9e9068d0c9dc0104be9ecaffbde8dd2cc7fc8c (diff)
Workaround: mount /dev/ttyUSB0 device
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
-rw-r--r--docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 2d848b5..e17ac87 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -43,6 +43,8 @@ services:
- ./overlays/lava-worker/bin/uuu-bin:/bin/uuu-bin
- ./overlays/lava-worker/root/entrypoint.d/ser2net.sh:/root/entrypoint.d/ser2net.sh
- ./overlays/lava-worker/etc/ser2net.conf:/etc/ser2net.conf
+ devices:
+ - /dev/ttyUSB0:/dev/ttyUSB0
environment:
# We don't export /dev/kvm for compatibility reason (LAVA in a VM)
# Force libguestfs to use emulation instead of virtualization