1、进入你的容器

docker exec -it 你的容器名称 /bin/bash

2、执行

pecl install -o -f redis && rm -rf /tmp/pear && docker-php-ext-enable redis