logoalt Hacker News

cannonpalmsyesterday at 12:50 PM1 replyview on HN

TIL of `docker commit`. What is the use case for this command? Quick debugging or something, to share with a coworker?


Replies

mystifyingpoiyesterday at 1:19 PM

Same as snapshotting a vm, or as an interactive version of "docker build". But rarely useful, since most workflows don't really need statefulness.

show 1 reply