fix: fix: reproduce container needs --security-opt apparmor=unconfined for LXD (#311)
This commit is contained in:
parent
ef2cd16e3b
commit
f637b53d3e
1 changed files with 1 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ dispatch_reproduce() {
|
|||
local -a cmd=(docker run --rm
|
||||
--name "disinto-reproduce-${issue_number}"
|
||||
--network host
|
||||
--security-opt apparmor=unconfined
|
||||
-v /var/run/docker.sock:/var/run/docker.sock
|
||||
-v agent-data:/home/agent/data
|
||||
-v project-repos:/home/agent/repos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue