moby--moby/docs/sources
Dan Walsh 87e732a0f3 Add --security-opts options to allow user to customize security configuration
security-opts will allow you to customise the security subsystem.

For example the labeling system like SELinux will run on a container.

    --security-opt="label:user:USER"   : Set the label user for the container
    --security-opt="label:role:ROLE"   : Set the label role for the container
    --security-opt="label:type:TYPE"   : Set the label type for the container
    --security-opt="label:level:LEVEL" : Set the label level for the container
    --security-opt="label:disabled"    : Turn off label confinement for the container

Since we are passing a list of string options instead of a space separated
string of options, I will change function calls to use InitLabels instead of
GenLabels.  Genlabels interface is Depracated.

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
2014-09-30 00:06:22 +00:00
..
article-img
articles Merge pull request #8205 from sequenceiq/master 2014-09-25 12:34:36 +10:00
contributing Replace utils.CheckLocalDns with bytes.Contains line 2014-09-29 06:37:31 -04:00
docker-hub Merge pull request #8197 from fredlf/adding_official-repo-guidelines 2014-09-23 20:55:07 -07:00
examples Fix for user kicked off after login on some hosts 2014-09-22 13:33:38 +10:00
installation improve docs for Gentoo Linux installation 2014-09-29 23:59:43 +03:00
introduction Consistently use 'sudo docker' in examples 2014-09-16 11:49:05 +10:00
reference Add --security-opts options to allow user to customize security configuration 2014-09-30 00:06:22 +00:00
static_files docs: shrink images 2014-09-15 14:46:29 +03:00
terms docs: shrink images 2014-09-15 14:46:29 +03:00
userguide Merge pull request #8197 from fredlf/adding_official-repo-guidelines 2014-09-23 20:55:07 -07:00
articles.md Add daemon flag to specify public registry mirrors 2014-09-09 19:03:38 +00:00
contributing.md
examples.md Adding User Guide 2014-06-01 17:34:07 -04:00
faq.md Add "DEBIAN_FRONTEND" to FAQ 2014-08-11 23:12:47 +02:00
genindex.md
http-routingtable.md Documenting Container Tty resize api 2014-09-26 16:26:21 +00:00
index.md Fixed typos based on feedback. 2014-08-28 17:29:09 -07:00
installation.md Added basic Debian installation page 2014-05-18 18:55:36 -04:00
jsearch.md
reference.md
robots.txt
search.md
terms.md
toctree.md