footloose icon indicating copy to clipboard operation
footloose copied to clipboard

support for docker cap_add needed

Open dyusupov opened this issue 4 years ago • 0 comments

To support ignite docker VMs that can build kernel modules we need these below. It would be great to have. way to configure cap_add.

privileged: True
cap_add:
  - ALL
volumes:
  - /lib/modules:/lib/modules
  - /dev:/dev

dyusupov avatar Aug 02 '20 03:08 dyusupov