docker is really the "solve a problem with regex, now you have two problems" of the modern age
hot take: regex is fine, actually, and most of the jokes about it being a problem are just Regex Strings Look Scary disguised as technical complaints.
@gsuberland strong agree. Most problems that can be solved with a regex technically could be solved in other ways, but would be much less clear in doing so.