Skip to content

Commit

Permalink
(docker/dist) privileged is required for systemd since some version o…
Browse files Browse the repository at this point in the history
…f docker engine
  • Loading branch information
otatebe committed Jan 31, 2024
1 parent 54b3cee commit 3786ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docker/dist/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ x-common: &x-common
volumes:
- ../..:/home/$USER/gfarm:cached
- local:/home/$USER/local:cached
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- ./minica/minica.pem:/minica/minica.crt
networks:
- gfarm_net
Expand All @@ -22,7 +21,7 @@ x-common: &x-common
security_opt:
- seccomp:unconfined
- apparmor:unconfined
privileged: false
privileged: true

services:
c1:
Expand Down
3 changes: 1 addition & 2 deletions docker/dist/mixed/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ x-common: &x-common
volumes:
- ../../..:/home/$USER/gfarm:cached
- local:/home/$USER/local:cached
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- ../minica/minica.pem:/minica/minica.crt
networks:
- gfarm_net
Expand All @@ -35,7 +34,7 @@ x-common: &x-common
security_opt:
- seccomp:unconfined
- apparmor:unconfined
privileged: false
privileged: true

services:
c1:
Expand Down

0 comments on commit 3786ffa

Please sign in to comment.