README: Fix left-over and indentation for Podman example command
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
ace074cf49
commit
3eb26fecf5
1 changed files with 3 additions and 5 deletions
|
@ -330,15 +330,13 @@ speeding up local connections, and usually requiring NAT. _pasta_:
|
||||||
* ✅ qemu, libvirt support with [`qrap` wrapper](/passt/tree/qrap.c)
|
* ✅ qemu, libvirt support with [`qrap` wrapper](/passt/tree/qrap.c)
|
||||||
* ✅ out-of-tree patches for [qemu](/passt/tree/contrib/qemu) and
|
* ✅ out-of-tree patches for [qemu](/passt/tree/contrib/qemu) and
|
||||||
[libvirt](/passt/tree/contrib/libvirt) available
|
[libvirt](/passt/tree/contrib/libvirt) available
|
||||||
* ✅ Podman [support](https://github.com/containers/podman/pull/16141)
|
* ✅ Podman [integration](https://github.com/containers/podman/pull/16141)
|
||||||
* ✅ bug-to-bug compatible
|
* ✅ bug-to-bug compatible
|
||||||
[_slirp4netns_ replacement](/passt/tree/slirp4netns.sh)
|
[_slirp4netns_ replacement](/passt/tree/slirp4netns.sh)
|
||||||
* ✅ out-of-tree patch for
|
* ✅ out-of-tree patch for
|
||||||
[Kata Containers](/passt/tree/contrib/kata-containers) available
|
[Kata Containers](/passt/tree/contrib/kata-containers) available
|
||||||
* 🛠 native [qemu](https://bugs.passt.top/show_bug.cgi?id=11),
|
* 🛠 native [qemu](https://bugs.passt.top/show_bug.cgi?id=11),
|
||||||
[libvirt](https://bugs.passt.top/show_bug.cgi?id=12) support
|
[libvirt](https://bugs.passt.top/show_bug.cgi?id=12) support
|
||||||
* 🛠 native
|
|
||||||
[Podman integration](https://github.com/containers/podman/pull/16141)
|
|
||||||
* ⌚ drop-in replacement for VPNKit (rootless Docker)
|
* ⌚ drop-in replacement for VPNKit (rootless Docker)
|
||||||
|
|
||||||
### Availability
|
### Availability
|
||||||
|
@ -610,9 +608,9 @@ See also the [test logs](/builds/latest/test/).
|
||||||
./pasta
|
./pasta
|
||||||
|
|
||||||
* alternatively, use it directly with Podman (since Podman 4.3.2, or with
|
* alternatively, use it directly with Podman (since Podman 4.3.2, or with
|
||||||
commit [`aa47e05ae4a0`](https://github.com/containers/podman/commit/aa47e05ae4a0d14a338cbe106b7eb9cdf098a529):
|
commit [`aa47e05ae4a0`](https://github.com/containers/podman/commit/aa47e05ae4a0d14a338cbe106b7eb9cdf098a529)):
|
||||||
|
|
||||||
podman run --net=pasta ...
|
podman run --net=pasta ...
|
||||||
|
|
||||||
* you're now inside a new user and network namespace. For IPv6, SLAAC happens
|
* 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
|
right away as _pasta_ sets up the interface, but DHCPv6 support is available
|
||||||
|
|
Loading…
Reference in a new issue