Skip to content

Commit

Permalink
change docker.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
daniceexi committed Jul 17, 2015
1 parent b458c03 commit 52a6b8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions source/developers/mini-design.rst
Expand Up @@ -11,14 +11,14 @@ The **Design Document** for certain feature.
----

.. toctree::
:maxdepth: 2
:maxdepth: 1

mini-design/2.11/docker
mini-design/2.11/docker-swarm

2.10
----
.. toctree::
:maxdepth: 2
:maxdepth: 1

mini-design/2.10/xcatdebugmode
22 changes: 13 additions & 9 deletions source/developers/mini-design/2.11/docker.rst
Expand Up @@ -2,31 +2,35 @@ Mini-design for Docker Support
==============================

Overview
========
--------

Docker technology is very hot recently, xCAT plans to support it as a way to deploy applictions.

Interface
=========
---------

General Command Line
--------------------
^^^^^^^^^^^^^^^^^^^^

Will add several new commands to support docker.

- docker create
* docker create

* Create Only
* Start after creating

- Create Only
- Start after creating
* docker stop

- docker stop
Stop the docker container

* docker remove

Rest API
--------
^^^^^^^^

Add xCAT Rest API to support docker.

- docker create
* docker create

URI - /xcatws/<node>/start

Expand Down

0 comments on commit 52a6b8d

Please sign in to comment.