module
Version:
v0.0.0-...-abbad5d
Opens a new window with list of versions in this module.
Published: Oct 7, 2022
License: MIT
Opens a new window with license information.
README
¶
twink
WebAPIでDockerを操作できるサーバー実装
機能
API
POST /create
{
"name": "コンテナ名",
"image": "イメージ名",
"ssh-port": "33569"
}
レスポンス
{
"id": "コンテナID"
}
POST /container/{:id}
コンテナを起動します
レスポンス
{
"status": "ステータス"
}
DELETE /container/{:id}
レスポンス
{
"status": "ステータス"
}
DELETE /container/{:id}/destroy
レスポンス
{
"status": "ステータス"
}
Author / License
(C) 2022 松江高専情報科学研究部, Tatsuto "laminne" Yamamoto
MIT License
Directories
¶
pkg
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.