Docker and Kubernetes - Day-1

Docker and Kubernetes - Day-1

1st Grade

10 Qs

quiz-placeholder

Similar activities

Trạng thái nước_cô Thúy

Trạng thái nước_cô Thúy

1st - 5th Grade

13 Qs

Docker and Kubernetes - Day-1

Docker and Kubernetes - Day-1

Assessment

Quiz

Architecture

1st Grade

Medium

Created by

Dock kube

Used 6+ times

FREE Resource

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

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?