Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | podman machine set: clarify --rootful option | Paul Holzinger | 2022-03-24 |
| | | | | | | | | | | | It is not quite clear what the difference between `podman machine set --rootful` and `podman system connection default` is. Add a small note with the difference, the --rootful option will also affect the socket forwarding. Fixes #13515 Signed-off-by: Paul Holzinger <pholzing@redhat.com> | ||
* | 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> | ||
* | Introduce podman machine init --root=t|f and podman machine set --root=t|f | Jason T. Greene | 2022-02-16 |
Switch default to rootless for mac and windows Signed-off-by: Jason T. Greene <jason.greene@redhat.com> |