ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 173 - DCA discussion

Report
Export

Can this set of commands identify the published port(s) for a container?

Solution: 'docker network inspect', 'docker port'

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: A

Explanation:

Yes, the docker port command can be used to identify the published ports for a running container. It shows the mapping between the host ports and the container's exposed ports. The docker network inspect command can also provide information about the network settings of the container, including port mappings. However, it's important to note that docker network inspect requires the network's name or ID as an argument, not the container's. Therefore, to get the network details of a specific container, you would first need to identify the network the container is connected to. These commands, when used appropriately, can help you identify the published ports for a container.

asked 08/11/2024
Michal Kopl
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first