You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by bu...@apache.org on 2016/03/23 16:13:56 UTC

svn commit: r983510 - in /websites/staging/singa/trunk/content: ./ docs/docker.html

Author: buildbot
Date: Wed Mar 23 15:13:55 2016
New Revision: 983510

Log:
Staging update by buildbot for singa

Modified:
    websites/staging/singa/trunk/content/   (props changed)
    websites/staging/singa/trunk/content/docs/docker.html

Propchange: websites/staging/singa/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 23 15:13:55 2016
@@ -1 +1 @@
-1736332
+1736335

Modified: websites/staging/singa/trunk/content/docs/docker.html
==============================================================================
--- websites/staging/singa/trunk/content/docs/docker.html (original)
+++ websites/staging/singa/trunk/content/docs/docker.html Wed Mar 23 15:13:55 2016
@@ -438,16 +438,18 @@ $ sudo docker run -dt --name node1 singa
 
 <ol style="list-style-type: decimal">
   
-<li>Downgrade to docker version 1.8 and earlier  <tt>
+<li>
+<p>Downgrade to docker version 1.8 and earlier</p>
+<p><tt>
   $ sudo apt-get install docker-engine=1.8.3-0~trusty
-</tt></li>
+</tt></p></li>
   
 <li>
-<p>Manually log in to each running container, by <tt>sudo exec -it &lt;name&gt; /bin/bash</tt>, and edit the <tt>/etc/hosts</tt> with the assigned IP addresses of all other running containers.</p>
+<p>Manually log in to each running container, by <tt>sudo exec -it &lt;name&gt; /bin/bash</tt>, and edit the <tt>/etc/hosts</tt> with the assigned IP addresses of all other running containers. </p>
 <p><tt>
-  node0 &lt;ip0&gt;
-  node1 &lt;ip1&gt;
-  ...
+   node0 &lt;ip0&gt;
+   node1 &lt;ip1&gt;
+   ...
 </tt></p></li>
 </ol>
 <hr />