[ovs-dev] [PATCH 1/4] Integrate docker

Stephen Finucane stephen at that.guru
Tue Dec 13 17:57:21 UTC 2016


This means you don't need to install Ruby and requirements to build the
website locally. Jekyll 2.x is used as there are incompatible plugins
present - an issue which should be resolved separately.

Signed-off-by: Stephen Finucane <stephen at that.guru>
---
 docker-compose.yml | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 docker-compose.yml

diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..3f124db
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,7 @@
+jekyll:
+    image: jekyll/jekyll:2
+    command: jekyll serve --watch
+    ports:
+        - 4000:4000
+    volumes:
+        - .:/srv/jekyll
-- 
2.9.3



More information about the dev mailing list