Docker Certified Associate Certification Training Course - None Network

Docker Certified Associate Certification Training Course - None Network

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to disable the networking stack on a Docker container using the Null network. It details the steps to run a container with this network configuration, which restricts external communication and only allows internal loopback. The tutorial also covers how to inspect the Null network using Docker commands and describes its properties. Finally, it discusses the primary use case for this setup, which is running isolated batch jobs.

Read more

2 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the access to the external network when the Null network is used?

It is enabled

It is disabled

It is limited

It is unrestricted

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is created within the container when using the non network?

Only the loop back device

Multiple network interfaces

No devices

External connections