Docker and Kubernetes - Day-1

Docker and Kubernetes - Day-1

1st Grade

9 Qs

quiz-placeholder

Similar activities

test driving

test driving

1st Grade

10 Qs

matematika dasar

matematika dasar

1st - 5th Grade

5 Qs

ĐÁ VÀ CỎ

ĐÁ VÀ CỎ

1st - 3rd Grade

11 Qs

math

math

1st - 5th Grade

13 Qs

Seguridad Informática

Seguridad Informática

1st Grade

7 Qs

architecture

architecture

KG - Professional Development

12 Qs

Project Playtime

Project Playtime

1st - 5th Grade

10 Qs

PRACTICA DE MISCELANEA

PRACTICA DE MISCELANEA

1st - 2nd Grade

4 Qs

Docker and Kubernetes - Day-1

Docker and Kubernetes - Day-1

Assessment

Quiz

Architecture

1st Grade

Medium

Created by

Dock kube

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The language used to write Docker configuration files is:

HTML

JSON

XML

YAML

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Docker is written in programming language:

C++

JavaScript

Go

Scala

3.

MULTIPLE CHOICE QUESTION

20 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

20 sec • 1 pt

The isolation between processes in Linux is achieved through:

cgroups

namespaces

Linux Primitives

security groups

5.

MULTIPLE CHOICE QUESTION

20 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

20 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

20 sec • 1 pt

The containers run on top of:

Docker Engine

Kernel

Hypervisor

Docker image

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Docker command use to create and run a container is:

docker exec

docker start

docker create

docker run

9.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The standards around container formats and runtimes is:

Container runtime

Open Container Specification

Cloud Native Container Specification

Open Container Initiative