docker-nginx-php-mysql
docker-nginx-php-mysql copied to clipboard
I can't install memcached
I'm traying to integrate memcached to php container witouth success.
My commands are:
apt install memcached -y service memcached start apt install php5-memcached -y
Regards!
Hi @AiusDa,
Memcached has been installed: PHP-FPM 7 only for the moment.
sudo docker pull nanoninja/php-fpm
Thank you for your response, but for my current project we are using cake 2 and is not compatible with php 7 :(
@AiusDa
So, you don't use nanoninja/php-fpm.
Why don't you search for a docker image with php5 + memcached?
Anyway, this issue do not belong to here.
Thanks @Jehong-Ahn
@AiusDa The advantage of this configuration is that it is easy to change the PHP image and choose or build the one that best suits your projects.