我在使用时没有找到任何方式来订购我的结果 docker ps
docker ps
在我的情况下,我想通过.Ports订购
docker ps -a --format "table {{.ID}}\t{{.Names}}\t{{.Ports}}"
我如何订购结果?
docker
docker ×1