chore: add note for workaround

This commit is contained in:
Michael Kriese 2020-05-07 11:00:08 +02:00
parent e6df98fa8c
commit bcc97208e9

View file

@ -20,6 +20,7 @@ class Renovate {
}
async runDockerContainer(): Promise<void> {
// workaround for docker group missmatch: 116 (host) vs 999 (container)
await exec('sudo', ['chmod', 'o=rw', '/var/run/docker.sock']);
const commandArguments = [
'--rm',