twink

module
v0.0.0-...-abbad5d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2022 License: MIT

README

twink

WebAPIでDockerを操作できるサーバー実装

機能

  • DockerコンテナのCRUD
  • SSHの接続設定

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

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL