Home > Backend Development > PHP Tutorial > Docker Hub中PHP的官方镜像问题

Docker Hub中PHP的官方镜像问题

WBOY
Release: 2016-06-06 20:12:10
Original
1482 people have browsed it

Docker Hub的PHP官方镜像中,有cli、fpm、zts三个东西(如截图所示),他们之间的关系是什么?如果要使用php,三个镜像都同时需要下载吗?
https://hub.docker.com/_/php/
Docker Hub中PHP的官方镜像问题

回复内容:

Docker Hub的PHP官方镜像中,有cli、fpm、zts三个东西(如截图所示),他们之间的关系是什么?如果要使用php,三个镜像都同时需要下载吗?
https://hub.docker.com/_/php/
Docker Hub中PHP的官方镜像问题

这都是百度都有的内容。

cli版本是命令行版本;
zts版本是线程安全版本;
fpm版本是集成了FastCGI管理器(fpm)的版本,这个版本一般用在Nginx和PHP的集成中。

关于fpm的参考知识: https://segmentfault.com/q/1010000000256...

你如果建站的话fpm即可

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template