From e080b3fb2a3d03884112676c0d248c562fdd4e62 Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Fri, 29 Dec 2023 22:13:13 -0500 Subject: [PATCH] Note about official Docker images --- doc/development/design/index.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/development/design/index.mdwn b/doc/development/design/index.mdwn index 13fb8d8..c9e8a6d 100644 --- a/doc/development/design/index.mdwn +++ b/doc/development/design/index.mdwn @@ -322,6 +322,7 @@ + Scenario 2: Tests need PostgreSQL + Alternative 1: Use existing PostgreSQL on system. + Alternative 2: Use Docker . + + Note: similar to official VMs, there can be a concept of official Docker images. + Alternative 3: If already using Docker for running the tests separately, use Docker Compose. + Requires: connection string (host, port, auth) - Testing of Orb database