mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-04 12:30:10 +00:00
change docker.rst
This commit is contained in:
parent
b458c03734
commit
52a6b8d506
@ -11,7 +11,7 @@ The **Design Document** for certain feature.
|
||||
----
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
mini-design/2.11/docker
|
||||
mini-design/2.11/docker-swarm
|
||||
@ -19,6 +19,6 @@ The **Design Document** for certain feature.
|
||||
2.10
|
||||
----
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
mini-design/2.10/xcatdebugmode
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user