Remove dind tmpfs in test env

It wasn't changing anything in the test process, so this was a mistake to add.

Signed-off-by: Christina Ying Wang <christina@balena.io>
This commit is contained in:
Christina Ying Wang 2023-04-11 13:05:20 -07:00
parent a367565189
commit 6a2ccf4007

View File

@ -60,9 +60,6 @@ services:
environment:
DOCKER_TLS_CERTDIR: ''
command: --tls=false # --debug
tmpfs:
# Prevent dind creating a bunch of anonymous volumes on host
- /var/lib/docker
sut:
# Build the supervisor code for development and testing