Search Header Logo

Docker and Kubernetes - Day-1

Authored by Dock kube

Architecture

1st Grade

Used 6+ times

Docker and Kubernetes - Day-1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The language used to write Dockerfile is:

None of them

JSON

XML

YAML

2.

MULTIPLE CHOICE QUESTION

0 sec • 1 pt

Docker is written in programming language:

C++

JavaScript

Go

Scala

3.

MULTIPLE CHOICE QUESTION

0 sec • 1 pt

A container is:

An instance of docker image

a process bound by Linux Primitives

an isolated space in Linux Primitives

an unified way to ship software

4.

MULTIPLE CHOICE QUESTION

0 sec • 1 pt

The isolation between processes in Linux is achieved through:

cgroups

namespaces

Linux Primitives

security groups

5.

MULTIPLE CHOICE QUESTION

0 sec • 1 pt

How do you map a host port to the container port?

docker run -it image:5000

docker run -p 5000:5000 image:5000

docker run --expose 5000:5000 image:5000

None of them are correct

6.

MULTIPLE CHOICE QUESTION

0 sec • 1 pt

The command to show the logs from docker container is:

docker log <containerName>

docker logs -t <containerName>

docker logs <containerName>

docker log -t <containerName>

7.

MULTIPLE CHOICE QUESTION

0 sec • 1 pt

The containers run on top of:

Docker Engine

Kernel

Hypervisor

Docker image

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?