Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | man pages: sort flags, and keep them that way | Ed Santiago | 2022-03-23 |
| | | | | | | | | | | | | | | Command flags (OPTIONS) in man pages have to date been in haphazard order. Sometimes that order is sensible, e.g., most-important options first, but more often they're just in arbitrary places. This makes life hard for users. Here, I update the man-page-check Makefile script so it checks and enforces alphabetical order in OPTIONS sections. Then -- the hard part -- update all existing man pages to conform to this requirement. Signed-off-by: Ed Santiago <santiago@redhat.com> | ||
* | Add links to all SEE ALSO sections | Daniel J Walsh | 2021-11-10 |
| | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | volumes: Add volume import to allow importing contents on tar into volume | flouthoc | 2021-08-26 |
| | | | | | | | Following feature makes sure that users can load contents of external tarball into the podman volumes. Signed-off-by: flouthoc <flouthoc.git@gmail.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> |