Answer the question
In order to leave comments, you need to log in
Docker install extensions?
I can’t understand when docker-php-ext-install is enough and when else docker-php-ext-enable should be pulled?
for example
RUN apt-get install -y libpq-dev \
&& docker-php-ext-install pdo pdo_mysql pdo_pgsql
или еще надо
&& docker-php-ext-enable pdo pdo_mysql pdo_pgsql ?
если не надо то почему ?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question