Questions
To assess your skills, please try to answer the following questions:
- Name the three core elements of the container network model (CNM).
- How will you create a custom bridge network called for example, frontend?
- How will you run two nginx:alpine containers attached to the frontend network.
- For the frontend network, get the following:
- IPs of all attached containers.
- The subnet associated with the network.
- What is the purpose of the host network?
- Name one or two scenarios where the use of the host network is appropriate.
- What is the purpose of the none network?
- In what scenarios should the none network be used?