This commit is contained in:
Tom Willemse 2016-02-21 15:53:47 +01:00
parent 141b1f40d9
commit c76c46b8f1
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#+TITLE: Making docker-compose easier with wdocker #+TITLE: Making docker-compose easier with wdocker
#+DATE: 2016-02-21 #+DATE: 2016-02-21
#+COLESLAW_TAGS: wdocker docker docker-compose #+COLESLAW_TAGS: wdocker docker docker-compose
#+OPTION: num:nil #+OPTIONS: num:nil
* Introduction * Introduction

View file

@ -6,8 +6,8 @@ format: html
;;;;; ;;;;;
<div id="outline-container-orgheadline1" class="outline-2"> <div id="outline-container-orgheadline1" class="outline-2">
<h2 id="orgheadline1"><span class="section-number-2">1</span> Introduction</h2> <h2 id="orgheadline1">Introduction</h2>
<div class="outline-text-2" id="text-1"> <div class="outline-text-2" id="text-orgheadline1">
<p> <p>
<a href="https://github.com/babab/wdocker">wdocker</a> is a little utility written by a <a href="https://benjamin.althu.es">friend</a> and former colleague <a href="https://github.com/babab/wdocker">wdocker</a> is a little utility written by a <a href="https://benjamin.althu.es">friend</a> and former colleague
of mine. It allows you to define commands for it in a of mine. It allows you to define commands for it in a
@ -57,8 +57,8 @@ wdocker rebuild
</div> </div>
<div id="outline-container-orgheadline2" class="outline-2"> <div id="outline-container-orgheadline2" class="outline-2">
<h2 id="orgheadline2"><span class="section-number-2">2</span> Syntax</h2> <h2 id="orgheadline2">Syntax</h2>
<div class="outline-text-2" id="text-2"> <div class="outline-text-2" id="text-orgheadline2">
<p> <p>
wdocker has very simple syntax. You can define variables and wdocker has very simple syntax. You can define variables and
commands: commands:
@ -92,8 +92,8 @@ workflow.
</div> </div>
<div id="outline-container-orgheadline3" class="outline-2"> <div id="outline-container-orgheadline3" class="outline-2">
<h2 id="orgheadline3"><span class="section-number-2">3</span> Combining with docker-compose</h2> <h2 id="orgheadline3">Combining with docker-compose</h2>
<div class="outline-text-2" id="text-3"> <div class="outline-text-2" id="text-orgheadline3">
<p> <p>
I started using docker not too long ago at work to develop our I started using docker not too long ago at work to develop our
projects in. This is nice because it allows me to completely isolate projects in. This is nice because it allows me to completely isolate