From cb91bf96e02de8a6a7e50f83b4b69b9c47b84cc5 Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 11 Dec 2020 09:17:45 -0600 Subject: add compose test descriptions adding compose test descriptions and validations. Signed-off-by: baude --- test/compose/simple_port_map/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/compose/simple_port_map/README.md (limited to 'test/compose/simple_port_map/README.md') diff --git a/test/compose/simple_port_map/README.md b/test/compose/simple_port_map/README.md new file mode 100644 index 000000000..f28d71c3e --- /dev/null +++ b/test/compose/simple_port_map/README.md @@ -0,0 +1,9 @@ +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 -- cgit v1.2.3-54-g00ecf