@extends('layouts.app') @section('title', 'Docker 主機設定') @section('content')
管理可連線的 Docker 主機(本機 Unix Socket 或遠端 TCP)
| 名稱 | 類型 | 連線位址 | 備註 | 狀態 | 操作 |
|---|---|---|---|---|---|
| {{ $h->name }} | @if($h->type === 'local') 本機 @else TCP @endif | @if($h->type === 'tcp') {{ $h->tcp_host }}:{{ $h->tcp_port }} @else /var/run/docker.sock @endif | {{ $h->note ?: '—' }} | @if($h->is_active) 啟用 @else 停用 @endif | |
| 尚無設定 | |||||
TCP 遠端連線說明