Answers for "how to see what ports docker is using"

5

check ports in use docker

docker container ls --format "table {{.ID}}\t{{.Names}}\t{{.Ports}}" -a
Posted by: Guest on February-18-2021

Code answers related to "how to see what ports docker is using"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language