| Exam 200-901 | Question id=6289 | Application Deployment and Security |
Refer to the exhibit.
docker run -p 3000:5000 f877cbf2ff33
A process on the host wants to access the service running inside this Docker container. Which port is used to make a connection?
| A. |
only outbound connections between 3000 and 5000 are possible | |
| B. |
port 3000 | |
| C. |
any port between 3000 and 5000 | |
| D. |
port 5000 |