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>
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user