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
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!
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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 toSaveImageCmd
.Comments welcome!
The text was updated successfully, but these errors were encountered: