From 852caa2e1bbf5671fa84faef7f5ecd26721256a3 Mon Sep 17 00:00:00 2001
From: Joel Cavat <jcavat@gmail.com>
Date: Wed, 29 May 2019 10:04:56 +0200
Subject: [PATCH] Add details on docker

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index b183fd6..f7a3365 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,13 @@
 
 ## Start docker 
 
+Docker will run mongodb in a container. You can optionally use node with express to expose a HTTP API.
+
+You have two options for the HTTP API:
+
+- run locally with node (option 1)
+- run node in a container (option 2)
+
 ### Option 1 (mongo containerized, node locally)
 
 build and run MongoDB and Node.js API with `orders.json` dump:
-- 
GitLab