summaryrefslogtreecommitdiff
path: root/historic/docker/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'historic/docker/TODO')
-rw-r--r--historic/docker/TODO28
1 files changed, 28 insertions, 0 deletions
diff --git a/historic/docker/TODO b/historic/docker/TODO
new file mode 100644
index 0000000..387f758
--- /dev/null
+++ b/historic/docker/TODO
@@ -0,0 +1,28 @@
+Missing containers:
+
+- "standalone" ones: they actually *run* the
+ service and may also link to configuration on
+ the host machine when they are launched.
+
+- frontends
+
+- bank (more importantly needed to test the TGZ
+ which comes from 'make dist')
+
+- postgres (as a running service)
+
+- Feed configuration to exchange and merchant containers,
+ from outside (?) the container
+
+Missing compositions:
+
+Ideally, the Docker setting should instantiate two
+Taler flavours:
+
+- Self-contained testing: all components ready to be
+ tested by the automated clicker, AKA they are a replacement
+ for what runs at *.{test,demo}.taler.net
+
+- Ready-to-ship: a composition that instantiates a fully
+ operational exchange or merchant, according to the customer
+ needs.