nerdctl
nerdctl copied to clipboard
[WIP] Support `container export`
Adding support for container export. Still WIP.
Resolves: #1854
TODO:
- [ ] Map container uid/gid to host uid/gid (currently no uid/gid is set)
- [ ] Add unit test
- [ ] Make the tarballer more extensible to potentially support compression, chown options.. etc., although,
docker exportcurrently does not utilize these options by default.
Any updates regarding this ?
Uid/gid mapping is currently supported for rootfull container right ?