docker 常見的CLI
Home
Article
News
docker 常見的CLI
Date
Nov 6, 2023
Property
Medium
Created by
Status
In progress
Tags
一般常用指令
實用組合指令
來查詢當前docker 中的容器使用了哪些port
docker ps --format "table {{.ID}}\t{{.Names}}\t{{.Ports}}"