diff options
Diffstat (limited to 'test/compose/simple_port_map/README.md')
-rw-r--r-- | test/compose/simple_port_map/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
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 |