mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 12:20:40 +00:00
Add first mini-design doc
This commit is contained in:
33
source/developers/mini-design/2.11/docker.rst
Normal file
33
source/developers/mini-design/2.11/docker.rst
Normal file
@ -0,0 +1,33 @@
|
||||
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
|
||||
|
||||
- Create Only
|
||||
- Start after creating
|
||||
|
||||
- docker stop
|
||||
|
||||
Rest API
|
||||
--------
|
||||
|
||||
Add xCAT Rest API to support docker.
|
||||
|
||||
- docker create
|
||||
|
||||
URI - /xcatws/<node>/start
|
||||
|
||||
|
Reference in New Issue
Block a user