Is there any way to replace --privileged with --security-opt and --cap-add in docker?

216 Views Asked by At

I want to run a specific container(k3s) need privileged mode in a windows docker with(lcow feature), but windows do not support --privileged. so Is there any way to replace it with --security-opt and --cap-add?

0

There are 0 best solutions below