From 45d199cba3e6639259c2c7e7895e9ccf9d4f955e Mon Sep 17 00:00:00 2001 From: Abhishek koserwal Date: Tue, 22 Oct 2024 13:02:24 +0530 Subject: [PATCH] docs: add multiple test container example (#515) --- examples/MultipleTestContainers.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/MultipleTestContainers.md diff --git a/examples/MultipleTestContainers.md b/examples/MultipleTestContainers.md new file mode 100644 index 00000000..52abc6ea --- /dev/null +++ b/examples/MultipleTestContainers.md @@ -0,0 +1,9 @@ +# Creating Multiple Test Containers + +Follow the guide: +[Creating Multiple Test Containers with ory/dockertest in Go](https://akoserwal.medium.com/creating-multiple-test-containers-with-ory-dockertest-in-go-5b8311614e7b) + +Code: +[LocalTestContainers](https://github.com/akoserwal/multi-containers-dockertest/blob/main/LocalTestContainers.go) + +Author: Abhishek Koserwal [https://github.com/akoserwal]