1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-05 18:03:21 +08:00

Attach to the same terminal

This commit is contained in:
Jonathan Leibiusky (@xetorthio)
2016-10-08 13:35:02 +02:00
parent 7bbb284128
commit 02d50073c5
3 changed files with 25 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ type Session struct {
}
type Instance struct {
Name string `json:"name"`
IP string `json:"ip"`
Name string `json:"name"`
IP string `json:"ip"`
ExecId string `json:"-"`
}