Docker Basic

Docker Basic

Professional Development

10 Qs

quiz-placeholder

Similar activities

Virtualization-Hands-On-Quiz-1

Virtualization-Hands-On-Quiz-1

Professional Development

10 Qs

Docker basics

Docker basics

Professional Development

10 Qs

CI/CD Team - Quiz Set 1

CI/CD Team - Quiz Set 1

Professional Development

15 Qs

DevOps Trivia

DevOps Trivia

Professional Development

10 Qs

Q5 Big Data Engineer M8 & M9

Q5 Big Data Engineer M8 & M9

Professional Development

13 Qs

Presentation Software

Presentation Software

10th Grade - Professional Development

14 Qs

Nodejs: Commands

Nodejs: Commands

Professional Development

10 Qs

Docker Assessment 2

Docker Assessment 2

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?