diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-02-21 13:35:45 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-02-22 18:34:44 +0100 |
commit | be2a7898e9de236da7c42d1fb37a5a2017ac192b (patch) | |
tree | 76f84351d597a0a1c78699d77f1039f9c2788b82 /README.md | |
parent | e17731ba97e32a52c797023b4563a261f71dd6aa (diff) | |
download | passt-be2a7898e9de236da7c42d1fb37a5a2017ac192b.tar passt-be2a7898e9de236da7c42d1fb37a5a2017ac192b.tar.gz passt-be2a7898e9de236da7c42d1fb37a5a2017ac192b.tar.bz2 passt-be2a7898e9de236da7c42d1fb37a5a2017ac192b.tar.lz passt-be2a7898e9de236da7c42d1fb37a5a2017ac192b.tar.xz passt-be2a7898e9de236da7c42d1fb37a5a2017ac192b.tar.zst passt-be2a7898e9de236da7c42d1fb37a5a2017ac192b.zip |
test: Add demo for Podman with pasta
...showing setup steps, some peculiarities as --net option, and a
general side-to-side comparison with slirp4netns(1), including
"quick" TCP and UDP throughput and latency benchmarks.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -398,9 +398,14 @@ is fully configurable with command line options. ### pasta -<p><video id="demo_pasta_video" style="width: 70%; height: auto; max-height: 90%" controls> - <source src="/builds/latest/web/demo_pasta.webm" type="video/webm"> -</video></p> +<div style="display: grid; grid-template-columns: 1fr 1fr;"> + <div><video id="demo_pasta_video" style="width: 100%; height: auto;" controls> + <source src="/builds/latest/web/demo_pasta.webm" type="video/webm"> + </video>use pasta to create and connect a namespace</div> + <div><video id="demo_podman_video" style="width: 100%; height: auto;" controls> + <source src="/builds/latest/web/demo_podman.webm" type="video/webm"> + </video>use Podman with pasta</div> +</div> ### passt |