This will be the final release candidate for Podman v2.0.
Highlights of the v2.0 release:
- The REST API provided by
podman system serviceis no longer experimental. Endpoints are now tested and working, with few exceptions. podman-remotehas been migrated to use the REST API instead of Varlink- The
podman execcommand now supports the--detachflag to run commands in the background - Kubernetes Deployments are now supported by
podman play kube - The
podman generate systemd --newcommand now works with pods - Podman can now forward IPv6 ports
podman run,podman create, andpodman pod createnow support a--replaceflag, that will remove any container (or pod forpod create) that already exists with the same name and replace it with the newly-create container- A new log driver,
none, has been added, allowing containers to not write logs - Podman now supports the
unless-stoppedrestart policy - Unit files generated by
podman generate systemdare now able to survive conditions whereconmonis killed while the container is running - Named and anonymous volumes and tmpfs filesystems are no longer mounted
noexecby default - The
podman auto-updatecommand's handling of images has been improved, and it now uses the same architecture/OS and authfile that were used to pull the original image