Docker Basic

Docker Basic

Professional Development

10 Qs

quiz-placeholder

Similar activities

AI102-TCS-Day1

AI102-TCS-Day1

Professional Development

9 Qs

Virtualization-Hands-On-Quiz-1

Virtualization-Hands-On-Quiz-1

Professional Development

10 Qs

Revision Monday 2

Revision Monday 2

Professional Development

11 Qs

Revision Quiz 1

Revision Quiz 1

Professional Development

10 Qs

LUIS QUIZ

LUIS QUIZ

Professional Development

13 Qs

AZ-204_Module_3

AZ-204_Module_3

Professional Development

9 Qs

Q5 Big Data Engineer M8 & M9

Q5 Big Data Engineer M8 & M9

Professional Development

13 Qs

MATLAB variables. Types. Declaration. Operations.

MATLAB variables. Types. Declaration. Operations.

Professional Development

10 Qs

Docker Basic

Docker Basic

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Daniel Adesoji

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Docker?

A version control system

A containerization platform

A programming language

An operating system

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes a Docker container?

A lightweight virtual machine

A package manager

  • A runtime instance of a Docker image

A command-line tool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Docker image?

An executable package that includes everything needed to run a software

A running instance of a container

A tool for managing databases

An IDE for developing software

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to build a Docker image from a Dockerfile?

docker create

docker build

docker run

docker start

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which instruction in a Dockerfile sets the working directory for any RUN, CMD, ENTRYPOINT, COPY, and ADD instructions that follow it?

WORKDIR

RUN

CMD

ENV

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of Docker Hub?

To build Docker images

To provide cloud-based storage and sharing of Docker images

To monitor Docker containers

To deploy Docker applications

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a .dockerignore file used for?

To ignore certain Docker commands

  • To exclude files and directories from being added to the Docker image

To provide default configurations for Docker

  • To list all Docker containers

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?