test: Actually use pasta in Podman demo step with HTTP service
...instead of slirp4netns. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
dfddfdd8f8
commit
4f94b88b15
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ sleep 5
|
|||
|
||||
ns2b exit
|
||||
sleep 2
|
||||
ns2b podman run --rm -p 8081:8081/tcp -ti alpine sh
|
||||
ns2b ./bin/podman run --net=pasta --rm -p 8081:8081/tcp -ti alpine sh
|
||||
sleep 5
|
||||
|
||||
nl
|
||||
|
|
Loading…
Reference in a new issue