mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-12-18 01:15:45 +08:00
Attach to the same terminal
This commit is contained in:
@@ -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:"-"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user