It would be great to have an API to export containers (docker container export).
I am thinking of adding something like a ExportContainerCmd interface to save the contents of a container to a tarball. I am guessing that this should work similarly to SaveImageCmd.
Comments welcome!
It would be great to have an API to export containers (
docker container export).I am thinking of adding something like a
ExportContainerCmdinterface to save the contents of a container to a tarball. I am guessing that this should work similarly toSaveImageCmd.Comments welcome!