diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-11-16 15:04:21 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-11-16 17:29:11 +0100 |
commit | ace074cf491013d3f5174e9cfea705db311a278b (patch) | |
tree | 29edd8e614a0432c36b86476d45969367ddc76de | |
parent | ab6f825889efedf275ba4018ebb9e5c21435199c (diff) | |
download | passt-ace074cf491013d3f5174e9cfea705db311a278b.tar passt-ace074cf491013d3f5174e9cfea705db311a278b.tar.gz passt-ace074cf491013d3f5174e9cfea705db311a278b.tar.bz2 passt-ace074cf491013d3f5174e9cfea705db311a278b.tar.lz passt-ace074cf491013d3f5174e9cfea705db311a278b.tar.xz passt-ace074cf491013d3f5174e9cfea705db311a278b.tar.zst passt-ace074cf491013d3f5174e9cfea705db311a278b.zip |
README: The upcoming version of Podman adds support for pasta2022_11_16.ace074c
Don't update the demo yet: we could just wait until Podman 4.3.2 is
out and packaged.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -330,10 +330,9 @@ speeding up local connections, and usually requiring NAT. _pasta_: * ✅ qemu, libvirt support with [`qrap` wrapper](/passt/tree/qrap.c) * ✅ out-of-tree patches for [qemu](/passt/tree/contrib/qemu) and [libvirt](/passt/tree/contrib/libvirt) available +* ✅ Podman [support](https://github.com/containers/podman/pull/16141) * ✅ bug-to-bug compatible - [_slirp4netns_ replacement](/passt/tree/slirp4netns.sh) (rootless Podman, - RootlessKit) -* ✅ out-of-tree patch for [Podman](/passt/tree/contrib/podman) available + [_slirp4netns_ replacement](/passt/tree/slirp4netns.sh) * ✅ out-of-tree patch for [Kata Containers](/passt/tree/contrib/kata-containers) available * 🛠 native [qemu](https://bugs.passt.top/show_bug.cgi?id=11), @@ -610,6 +609,11 @@ See also the [test logs](/builds/latest/test/). ./pasta + * alternatively, use it directly with Podman (since Podman 4.3.2, or with + commit [`aa47e05ae4a0`](https://github.com/containers/podman/commit/aa47e05ae4a0d14a338cbe106b7eb9cdf098a529): + + podman run --net=pasta ... + * you're now inside a new user and network namespace. For IPv6, SLAAC happens right away as _pasta_ sets up the interface, but DHCPv6 support is available as well. For IPv4, configure the interface with a DHCP client: |