mirror of
https://github.com/containers/podman.git
synced 2025-12-09 15:19:35 +08:00
adding compose test descriptions and validations. Signed-off-by: baude <bbaude@redhat.com>
10 lines
194 B
Markdown
10 lines
194 B
Markdown
simple port map to host
|
|
===============
|
|
|
|
This test creates a container that runs flask on and maps to the same
|
|
host port
|
|
|
|
Validation
|
|
------------
|
|
* curl http://localhost:5000 and verify message
|