6th Lab H2

6th Lab H2

University

5 Qs

quiz-placeholder

Similar activities

CC-24 ACE Warm Up Quiz

CC-24 ACE Warm Up Quiz

University

10 Qs

VR AR MR quize

VR AR MR quize

University

9 Qs

MOC-20745B

MOC-20745B

University

8 Qs

Realidad aumentada y realidad virtual

Realidad aumentada y realidad virtual

9th Grade - University

9 Qs

Augmented Reality

Augmented Reality

University

8 Qs

Cloud Quiz ... 1

Cloud Quiz ... 1

University

10 Qs

Cuestionario de ambiente de aprendizaje en línea - informáti

Cuestionario de ambiente de aprendizaje en línea - informáti

University

10 Qs

TDS - DOCKER

TDS - DOCKER

University

7 Qs

6th Lab H2

6th Lab H2

Assessment

Quiz

Computers

University

Easy

Created by

Mohendra Roy

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes Docker?

A virtual machine manager

A containerization platform

A cloud storage service

  • A programming language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a Dockerfile?

To store container logs

To define the configuration of a container

o manage Docker networks

To deploy virtual machines

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to create and start a container from a Docker image?

docker run

docker start

docker build

docker commit

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default network driver in Docker?

Bridge

Host

Overlay

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands lists all running Docker containers?

docker ps

docker images

docker run

docker exec