Skip to content

mct-joken/twink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages