Update podman to 3.0.0
Major release with initial support for docker-compose
Changelog can be found here
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R4790:3ce8b9e71ec9: Update podman to 3.0.0
Run a few podman commands:
- podman pull busybox
- podman images
- podman run -it busybox sh
- podman run -it --userns keep-id busybox sh
- podman ps
- podman image rm -f busybox
Diff Detail
Diff Detail
- Repository
- R4790 podman
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.