aytos/libreoffice本镜像提供跨平台的LibreOffice Headless服务,支持在无图形界面环境下运行LibreOffice功能。Linux版本基于Ubuntu 16.04系统构建,Windows版本基于Windows Server Core系统构建,服务通过8101端口对外暴露。
根据目标平台选择相应版本的镜像(假设镜像名称为libreoffice-headless):
bash# Linux版本 docker pull libreoffice-headless:linux # Windows版本 docker pull libreoffice-headless:windows
bashdocker run -d \ -p 8101:8101 \ --name libreoffice-headless \ libreoffice-headless:linux
powershelldocker run -d ` -p 8101:8101 ` --name libreoffice-headless ` libreoffice-headless:windows
-v参数挂载宿主机目录到容器内,例如:
bashdocker run -d \ -p 8101:8101 \ -v /local/documents:/documents \ --name libreoffice-headless \ libreoffice-headless:linux
--memory和--cpus参数限制容器资源使用


manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务