Fix the rst url format

Change-Id: I7e357ca12bd3c32311a31d9eb7ca11fed211e43f
This commit is contained in:
Kai Qiang Wu(Kennan) 2016-04-12 09:16:02 +00:00
parent 8947ffb132
commit 6a7abf46ea

View File

@ -160,8 +160,8 @@ Testing
Docker containers can be deployed via Marathon's REST API. Marathon is a
mesos framework for long running applications.
We can 'post' a JSON app description to http://:8080/apps to deploy a
Docker container.
We can 'post' a JSON app description to ``http://${MASTER_IP}:8080/apps`` to deploy a
Docker container. In this example, the ``${MASTER_IP}`` is 192.168.200.86.
::
@ -185,7 +185,7 @@ Docker container.
$ curl -X POST -H "Content-Type: application/json" \
http://${MASTER_IP}:8080/v2/apps -d@app.json
Using the Marathon web console (at http://${MASTER_IP}:8080/), you will see the
Using the Marathon web console (at ``http://${MASTER_IP}:8080/``), you will see the
application you created.
License