Docker + Headless Chrome: Building a Screenshot Service from Scratch

Опубликовано: 15 Апрель 2026
на канале: MrJakob
2,268
60

In this live coding session, I'm experimenting with dockerizing a headless Chromium browser to create a web screenshot service. Using Puppeteer and a simple web server, we'll build a container that can render webpages to PNG images with custom dimensions.

Watch as we develop this system from scratch, combining Docker, Next.js, and browser automation. We'll also explore performance optimization by reusing Chromium instances within our container.

Github Repository: http://github.com/jakobwesthoff/web-r...

If you enjoy watching live development experiments, subscribe and hit the bell for future coding sessions. Your questions and feedback are always welcome in the comments!

#docker #webdevelopment #puppeteer #headlesschrome #nextjs