Try a bind-mount
continuous-integration/drone/push Build is failing Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-08-20 21:35:03 +02:00
parent 5d54a32c6e
commit c7dd5b8018
1 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,10 @@ local check_steps() = [
volumes: [{
name: 'dockersock',
path: '/var/run',
}, {
type: 'bind',
source: '/var/lib/docker',
target: '/var/lib/docker',
}],
}],