コード例 #1
0
ファイル: cmd.go プロジェクト: yun-an/deis
// Dock connects to the appropriate host and runs 'docker exec -it'.
func Dock(target string, cmd []string, b backend.Backend) error {
	return b.Dock(target, cmd)
}