Author: dinhtta
Date: Wed Mar 23 15:20:12 2016
New Revision: 1736337
URL: http://svn.apache.org/viewvc?rev=1736337&view=rev
Log:
Update Docker and Mesos documentation
Modified:
incubator/singa/site/trunk/content/markdown/docs/docker.md
incubator/singa/site/trunk/content/markdown/docs/mesos.md
Modified: incubator/singa/site/trunk/content/markdown/docs/docker.md
URL:
http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/docs/docker.md?rev=1736337&r1=1736336&r2=1736337&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/docs/docker.md (original)
+++ incubator/singa/site/trunk/content/markdown/docs/docker.md Wed Mar 23
15:20:12 2016
@@ -156,18 +156,14 @@ name resolution inside containers now **
1. Downgrade to docker version 1.8 and earlier
- ````
- $ sudo apt-get install docker-engine=1.8.3-0~trusty
- ````
+ $ sudo apt-get install docker-engine=1.8.3-0~trusty
2. Manually log in to each running container, by `sudo exec -it <name>
/bin/bash`, and edit the `/etc/hosts` with the
assigned IP addresses of all other running containers.
- ````
- node0 <ip0>
- node1 <ip1>
- ...
- ````
+ node0 <ip0>
+ node1 <ip1>
+ ...
---
Modified: incubator/singa/site/trunk/content/markdown/docs/mesos.md
URL:
http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/docs/mesos.md?rev=1736337&r1=1736336&r2=1736337&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/docs/mesos.md (original)
+++ incubator/singa/site/trunk/content/markdown/docs/mesos.md Wed Mar 23
15:20:12 2016
@@ -32,7 +32,7 @@ To check if the setup has been successfu
hadoop dfsadmin -report
````
-**_Important_** If the Docker version is 1.9 or newer, make sure [name
resolution is set up
+####Important If the Docker version is 1.9 or newer, make sure [name
resolution is set up
properly](docker.html#launch_pseudo)
#### Mesos logs