From patchwork Tue Dec 13 17:57:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 705481 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tdS9B3KnBz9sCM for ; Wed, 14 Dec 2016 04:57:50 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="qHrvvWIP"; dkim-atps=neutral Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 28D03BD8; Tue, 13 Dec 2016 17:57:47 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 960CEB2A for ; Tue, 13 Dec 2016 17:57:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from brown.birch.relay.mailchannels.net (brown.birch.relay.mailchannels.net [23.83.209.23]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id B468E202 for ; Tue, 13 Dec 2016 17:57:42 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 338BD1301E5 for ; Tue, 13 Dec 2016 17:57:41 +0000 (UTC) Received: from one.mxroute.com (ip-10-229-2-62.us-west-2.compute.internal [10.229.2.62]) by relay.mailchannels.net (Postfix) with ESMTPA id 07ECA130372 for ; Tue, 13 Dec 2016 17:57:39 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from one.mxroute.com ([UNAVAILABLE]. [10.135.9.54]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.8); Tue, 13 Dec 2016 17:57:40 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|stephen@that.guru X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1481651860236:957742170 X-MC-Ingress-Time: 1481651860236 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=/0SV/Ht8yuitJTbrkr6ndbJUskYWdw93G4nKPLN24Dk=; b=qHrvvWIP9JZMMDqNtfpXcOhUfB SJHDPUbDVKqin9SUWpZlyYyR7Rq74S33ejnwJuwPjXJ7NbRePLhTnNTob3Kwfyq2owsQqxL+Eb7ke o+C++BiXRAc3PRFljMo2qqOXSI4GaDRoXr3RCXuVj7ACszuI8ydx7lYiNPLB3vsfYEaQcEsv9Qts+ qfn3R8W3Sb+3tQmEJLu/BBMeAoWft7rJz1MrpeJYDrqpiGwiwI+ZoJ/CP23Xrou8s9yLz4nZ0C9YX lgP8GDBACBzPTJPii9fXslUk8UvTqgiKB3ZiaGcp8X7/kNJIgZ3U5dmkW5SZs6z206jDpc0AhOd/n 0SA9ftrg==; From: Stephen Finucane To: dev@openvswitch.org Date: Tue, 13 Dec 2016 17:57:21 +0000 Message-Id: <20161213175724.17447-2-stephen@that.guru> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161213175724.17447-1-stephen@that.guru> References: <20161213175724.17447-1-stephen@that.guru> X-AuthUser: stephen@that.guru X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH 1/4] Integrate docker X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org 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 --- 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