mirror of
https://github.com/moby/moby.git
synced 2026-07-24 16:26:51 +00:00
This allows containers to use the embedded default profile if a different default is set (e.g. "unconfined") in the daemon configuration. Without this option, users would have to copy the default profile to a file in order to use the default. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>