You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/08/07 08:51:05 UTC

[3/6] isis-site git commit: ISIS-1521: updates docs, contributors guide

http://git-wip-us.apache.org/repos/asf/isis-site/blob/fb50257d/content/guides/cgcom/cgcom.html
----------------------------------------------------------------------
diff --git a/content/guides/cgcom/cgcom.html b/content/guides/cgcom/cgcom.html
index d9e095a..07542af 100644
--- a/content/guides/cgcom/cgcom.html
+++ b/content/guides/cgcom/cgcom.html
@@ -1179,6 +1179,24 @@ popd</code></pre>
                 <pre class="CodeRay highlight"><code data-lang="bash">mvn install -Dmavenmixin-docker -D docker-plugin.imageName=test/simpleapp
 docker container run -p 8080:8080 -d test/simpleapp</code></pre> 
                </div> 
+              </div> 
+              <div class="admonitionblock note"> 
+               <table> 
+                <tbody>
+                 <tr> 
+                  <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
+                  <td class="content"> 
+                   <div class="paragraph"> 
+                    <p>On Windows, you may need to enable the Docker daemon first, otherwise the "mvn install" command above will fail:</p> 
+                   </div> 
+                   <div class="imageblock"> 
+                    <div class="content"> 
+                     <a class="image" href="images/docker-daemon.png"><img src="images/docker-daemon.png" alt="docker daemon" width="600px"></a> 
+                    </div> 
+                   </div> </td> 
+                 </tr> 
+                </tbody>
+               </table> 
               </div> </li> 
             </ul> 
            </div>