for show ports on one host you can try to use
docker container ls --format "table {{.ID}}\t{{.Names}}\t{{.Ports}}" -a
more examples you can find here docker-container-ls by manpages.ubuntu.com
for show ports on one host you can try to use
docker container ls --format "table {{.ID}}\t{{.Names}}\t{{.Ports}}" -a
more examples you can find here docker-container-ls by manpages.ubuntu.com