Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
| | | | | | | | | | | | | | Automated for .go files via gomove [1]: `gomove github.com/containers/podman/v3 github.com/containers/podman/v4` Remaining files via vgrep [2]: `vgrep github.com/containers/podman/v3` [1] https://github.com/KSubedi/gomove [2] https://github.com/vrothberg/vgrep Signed-off-by: Valentin Rothberg <rothberg@redhat.com> | ||
* | volumes: Add support for exporting volumes to external tar | flouthoc | 2021-08-23 |
Adds support for transferring data between systems and backing up systems. Use cases: recover from disasters or move data between machines. Signed-off-by: flouthoc <flouthoc.git@gmail.com> |