Hi, On Thu, Jul 21, 2016 at 1:11 AM, Derek Mahar <[email protected]> wrote: > How can I run a privileged container using rkt?
There is no global "--privileged" flag in rkt, although there was some discussion about it: https://github.com/coreos/rkt/issues/2158#issuecomment-233603912 It depends what kind of privileges you want for your container. What are you trying to achieve? You can relax the isolation in several ways: - give more capabilities: https://github.com/coreos/rkt/blob/master/Documentation/capabilities-guide.md (and more soon with https://github.com/coreos/rkt/pull/2917) - run in the namespaces of the host using "rkt fly": https://github.com/coreos/rkt/blob/master/Documentation/running-fly-stage1.md Cheers, Alban
