文件名称:dovecot:具有IMAP的Dovecot服务器容器
文件大小:172KB
文件格式:ZIP
更新时间:2024-06-04 01:28:07
Shell
鸽舍 IMAP服务器的Dovecot容器。 如何建造容器 docker build --tag=docker.io/modularitycontainers/dovecot . 如何在启用了IMAP的情况下使用鸽舍容器 使用纯文本身份验证运行dovecot docker容器的命令: docker run -it -e MYHOSTNAME=localhost -e PLAIN_AUTH=yes -e DEBUG_MODE \ -v $(pwd)/root/users:/etc/dovecot/users:Z \ dovecot -d docker.io/modularitycontainers/dovecot 从dovecot的角度来看,环境变量DEBUG_MODE用于调试建议。 环境变量 该映像可通过将-e VAR=VALUE传递给Docker run命令来识别您可
【文件预览】:
dovecot-master
----.gitignore(16B)
----requirements.sh(233B)
----Makefile(1KB)
----openshift-template.yml(1KB)
----help()
--------help.md(716B)
----.travis.yml(215B)
----LICENSE(34KB)
----Dockerfile.template(1KB)
----examples()
--------auth-passwdfile.conf(175B)
--------10-ssl.conf(37B)
--------10-auth.conf(33B)
----README.md(2KB)
----tests()
--------dovecot.py(2KB)
--------Makefile(30B)
--------metadata.yaml(351B)
--------config.yaml(649B)
----README.md.template(2KB)
----files()
--------test.pem(3KB)
--------common.sh(290B)
--------create_user.sh(226B)
--------start.sh(880B)
--------ca-bundle.crt(255KB)
--------dovecot_config.sh(2KB)
--------dovecot_imap.conf(98B)
----Dockerfile.tests(355B)
----hooks()
--------pre_build(471B)
----specs()
--------configuration.yml(276B)
--------multispec.yml(854B)