Docker Basic

Docker Basic

Professional Development

10 Qs

quiz-placeholder

Similar activities

Quiz Webinar Docker 25 April 21

Quiz Webinar Docker 25 April 21

Professional Development

10 Qs

Revision Quiz 1

Revision Quiz 1

Professional Development

10 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

AI102-TCS-Day1

AI102-TCS-Day1

Professional Development

9 Qs

Command Line

Command Line

12th Grade - Professional Development

9 Qs

Skill Builder Day - Quiz

Skill Builder Day - Quiz

Professional Development

8 Qs

Virtualization-Hands-On-Quiz-1

Virtualization-Hands-On-Quiz-1

Professional Development

10 Qs

Docker Basic

Docker Basic

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Daniel Adesoji

Used 6+ 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?