Is there a quick way to save the state of a docker container started with the --rm flag, as if you didn't specify it?
Only the upcoming 1.10 docker update
command would be able to (eventually) do that (cancel a --rm
option)
But the 1.10 version of that command only supports resource configs.
It will be extended though in the future.
So for now, this does not seem possible.
You would have to stop it and relaunch it with the right set of options.
Note: if the issue is that a volume referenced by that container would be lost if you stopped (and automatically remove) said container, know that you can re-attach that volume to a new container.
The docker export
mentioned by Joachim Isaksson in the comments is one workaround, but it has limitation (ie it won't export volume)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With