Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docker-compose.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
dockerfile: controller/Dockerfile
privileged: true
tty: true
cgroup: host
volumes:
- '/lib/modules:/lib/modules'
- '/sys/fs/cgroup:/sys/fs/cgroup:rw'
Expand All @@ -28,7 +27,6 @@ services:
dockerfile: compute/Dockerfile
privileged: true
tty: true
cgroup: host
volumes:
- '/lib/modules:/lib/modules'
- '/sys/fs/cgroup:/sys/fs/cgroup:rw'
Expand All @@ -48,7 +46,6 @@ services:
dockerfile: compute/Dockerfile
privileged: true
tty: true
cgroup: host
volumes:
- '/lib/modules:/lib/modules'
- '/sys/fs/cgroup:/sys/fs/cgroup:rw'
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
image: bobuhiro11/containerized-devstack-controller
privileged: true
tty: true
cgroup: host
volumes:
- '/sys/fs/cgroup:/sys/fs/cgroup:rw'
devices:
Expand All @@ -25,7 +24,6 @@ services:
image: bobuhiro11/containerized-devstack-compute-1
privileged: true
tty: true
cgroup: host
volumes:
- '/sys/fs/cgroup:/sys/fs/cgroup:rw'
devices:
Expand All @@ -44,7 +42,6 @@ services:
image: bobuhiro11/containerized-devstack-compute-2
privileged: true
tty: true
cgroup: host
volumes:
- '/sys/fs/cgroup:/sys/fs/cgroup:rw'
devices:
Expand Down