off-topic 2026-08-26

Does someone have experience with docker checkpoint? For context: I am writing a system to test my applications (imagine like a "CI Server Application" of sorts, one that I can configure without YAML and just write a Babashka script that will wire dependencies and other stuff for me). But I found that docker checkpoint exist, and I am thinking if it could be possible to have slow tests (like UI tests, for example) to start a browser, do some "preparation steps" like, for example, create an admin user, login such user, then create a docker checkpoint at that moment such that I won't need to redo this step for every single test that depends on it... ... so I want to know if anyone already though about doing crazy things like that 😄

💯 1