Q. Which of the following is used to give a container access to a specific port?
β
Correct Answer: (C)
docker run -p host_port:container_port
Explanation: 'docker run -p host_port:container_port' is used to bind a container's internal port to a port on the host system.