Questions

To assess your skills, please try to answer the following questions:

  1. Name the three core elements of the container network model (CNM).
  2. How will you create a custom bridge network called for example, frontend?
  3. How will you run two nginx:alpine containers attached to the frontend network.
  4. For the frontend network, get the following:
    1. IPs of all attached containers.
    2. The subnet associated with the network.
  5. What is the purpose of the host network?
  6. Name one or two scenarios where the use of the host network is appropriate.
  7. What is the purpose of the none network?
  8. In what scenarios should the none network be used?