The Complete Practical Docker Guide - Creating New Custom Bridge Network

The Complete Practical Docker Guide - Creating New Custom Bridge Network

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to explore existing Docker networks and their IP addresses, create a new custom Docker network using the 'docker network create' command, and inspect the details of the newly created network. It also covers how containers in the custom network can communicate with each other and access the internet.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default network driver used by Docker for bridge networks?

Bridge

Overlay

None

Host

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to create a new Docker network?

docker network init

docker network create

docker network add

docker network new

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'docker network ls' command?

To list all existing Docker networks

To list all Docker volumes

To list all available Docker images

To list all running containers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the subnet prefix of the newly created custom network?

172.18.0.0/16

10.0.0.0/16

192.168.0.0/16

172.17.0.0/16

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can containers in a custom network communicate with the internet?

Through a VPN connection

By being connected to the Docker host

By being assigned to the default bridge network

They cannot access the internet