Skip to content

Commit 59845f4

Browse files
authored
Merge pull request #21 from bobuhiro11/fix_sec_opts
Add seccomp:unconfined and apparmor:unconfined to create ns in contai…
2 parents e4b7595 + 3bb0483 commit 59845f4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docker-compose.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ services:
55
hostname: controller
66
image: bobuhiro11/containerized-devstack-controller
77
tty: true
8+
security_opt:
9+
- seccomp:unconfined
10+
- apparmor:unconfined
811
cap_add:
912
- CHOWN
1013
- DAC_OVERRIDE
@@ -55,6 +58,9 @@ services:
5558
hostname: compute-1
5659
image: bobuhiro11/containerized-devstack-compute-1
5760
tty: true
61+
security_opt:
62+
- seccomp:unconfined
63+
- apparmor:unconfined
5864
cap_add:
5965
- CHOWN
6066
- DAC_OVERRIDE
@@ -105,6 +111,9 @@ services:
105111
hostname: compute-2
106112
image: bobuhiro11/containerized-devstack-compute-2
107113
tty: true
114+
security_opt:
115+
- seccomp:unconfined
116+
- apparmor:unconfined
108117
cap_add:
109118
- CHOWN
110119
- DAC_OVERRIDE

0 commit comments

Comments
 (0)