mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-18 17:20:19 +00:00
34 lines
471 B
ReStructuredText
34 lines
471 B
ReStructuredText
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
|
|
|
|
|