Add new options to reflect support for SELinux
This commit is contained in:
parent
28a5fb6436
commit
63fc2511aa
|
@ -23,8 +23,17 @@ OPTIONS:
|
||||||
|
|
||||||
-i IMAGE_NAME The name of the docker-mailserver image, by default
|
-i IMAGE_NAME The name of the docker-mailserver image, by default
|
||||||
'tvial/docker-mailserver:latest'.
|
'tvial/docker-mailserver:latest'.
|
||||||
|
|
||||||
-c CONTAINER_NAME The name of the running container.
|
-c CONTAINER_NAME The name of the running container.
|
||||||
|
|
||||||
|
-z Allow container access to the bind mount content
|
||||||
|
that is shared among multiple containers
|
||||||
|
on a SELinux-enabled host.
|
||||||
|
|
||||||
|
-Z Allow container access to the bind mount content
|
||||||
|
that is private and unshared with other containers
|
||||||
|
on a SELinux-enabled host.
|
||||||
|
|
||||||
SUBCOMMANDS:
|
SUBCOMMANDS:
|
||||||
|
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in New Issue