You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A commit should protect against writes (and thus data-corruption) during the commit process. We can ensure protection against writes by using the newly added pause command.
I propose making 'commit' pause by default, with an option/flag to disable pausing for those that select it (and earlier API requests would, of course, default to the older behavior)
docker commit --pause=false
docker commit --pause=true # default in API >v1.12