mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-29 20:14:51 +02:00
Add new options to reflect support for SELinux
This commit is contained in:
parent
28a5fb6436
commit
63fc2511aa
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue