github containers/podman v2.0.0-rc7
v2.0.0-RC7

latest releases: v5.0.2, v5.0.1, v4.9.4...
pre-release3 years ago

This will be the final release candidate for Podman v2.0.

Highlights of the v2.0 release:

  • The REST API provided by podman system service is no longer experimental. Endpoints are now tested and working, with few exceptions.
  • podman-remote has been migrated to use the REST API instead of Varlink
  • The podman exec command now supports the --detach flag to run commands in the background
  • Kubernetes Deployments are now supported by podman play kube
  • The podman generate systemd --new command now works with pods
  • Podman can now forward IPv6 ports
  • podman run, podman create, and podman pod create now support a --replace flag, that will remove any container (or pod for pod 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-stopped restart policy
  • Unit files generated by podman generate systemd are now able to survive conditions where conmon is killed while the container is running
  • Named and anonymous volumes and tmpfs filesystems are no longer mounted noexec by default
  • The podman auto-update command'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

Don't miss a new podman release

NewReleases is sending notifications on new releases.