Answers for "check ports in use docker"

3

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 "TypeScript"

Browse Popular Code Answers by Language