Mar 22, 2016
0
Level 2
Docker image of PHP7.0:cli,fpm,zts,which version should I choose?
I need to download a PHP 7.0 image to bulid a website,there are 3 versions on Docker Hub, https://hub.docker.com/_/php/
cli,fpm,zts,
7.0.4-cli, 7.0-cli, 7-cli, cli, 7.0.4, 7.0, 7, latest (7.0/Dockerfile)
7.0.4-fpm, 7.0-fpm, 7-fpm, fpm (7.0/fpm/Dockerfile)
7.0.4-zts, 7.0-zts, 7-zts, zts (7.0/zts/Dockerfile)
What are the differences?
Which version should I choose?
Please or to participate in this conversation.