Real world PHP and FPM Dockerfile Review

preview_player
Показать описание
In this clip I review a students real world Dockerfile for PHP with FPM, and give them advice on how to improve it.

Join me weekly for my YouTube Live DevOps and Docker Q&A by subscribing to this channel and clicking the bell icon to get alerts when I go live.

Рекомендации по теме
Комментарии
Автор

FYI on Alpine you can actually restrict versions using ~=:

RUN apk update && apk add --no-cache \
$PHPIZE_DEPS \
zip~=3.0 \
unzip~=6.0 \
freetype-dev~=2.10.2 \
git~=2.26 \
curl~=7.69 \
supervisor~=4.2.0;

wawrzyniakmm
Автор

when u do a review video, people want to read the screen. so avoid scrolling it unnecessarily up n down.

also you should write what you want to talk about before making a video because your talk didn't have a smooth flow at all. it felt like you were talking about something, then suddenly you remembered something then you forgot what you were talking about.

content was good but the presentation was very poor

einfacherkerl
Автор

thanks for the lesson, it's useful. but dude, please upgrade ur pc or something so that images behind you never become slow anymore. :D

kroketkitu