mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
14 lines
498 B
ReStructuredText
14 lines
498 B
ReStructuredText
:title: Port Command
|
|
:description: Lookup the public-facing port which is NAT-ed to PRIVATE_PORT
|
|
:keywords: port, docker, container, documentation
|
|
|
|
=========================================================================
|
|
``port`` -- Lookup the public-facing port which is NAT-ed to PRIVATE_PORT
|
|
=========================================================================
|
|
|
|
::
|
|
|
|
Usage: docker port [OPTIONS] CONTAINER PRIVATE_PORT
|
|
|
|
Lookup the public-facing port which is NAT-ed to PRIVATE_PORT
|