Docker-Containers

Docker-Containers

Professional Development

10 Qs

quiz-placeholder

Similar activities

Quiz Webinar Flutter 29-04-2021

Quiz Webinar Flutter 29-04-2021

Professional Development

10 Qs

Redes Docker

Redes Docker

Professional Development

10 Qs

az-104_module-6

az-104_module-6

Professional Development

10 Qs

M2M Robustel

M2M Robustel

University - Professional Development

12 Qs

az-104_module-8

az-104_module-8

Professional Development

10 Qs

Introduction to the Internet of Things - Module 1

Introduction to the Internet of Things - Module 1

Professional Development

15 Qs

Sistemático de Servicios de red en linux

Sistemático de Servicios de red en linux

Professional Development

8 Qs

Quiz Time! Internet of Things

Quiz Time! Internet of Things

Professional Development

8 Qs

Docker-Containers

Docker-Containers

Assessment

Quiz

Instructional Technology

Professional Development

Medium

Created by

Jose Gonzalez

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

docker run --name elastic_training_ --net training_net -p 9200:9300 -it -m 1GB -v docker.elastic.co/elasticsearch/elasticsearch:8.12.2

Local port 9200 maps to container port 9300

Local port 9300 maps to container port 9300

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To solve this error: "Error response from daemon: Conflict. The container name "/kibana_training_" is already in use by container"

  1. 1. stop container

  2. 2 remove container

  3. 3 restart container with same name

  1. 1. stop container

  2. 2. restart container with same name

  1. 1. stop container

  2. 2. remove container

  3. 3. start container with same name

  1. 1. remove container

  2. 2. stop container with same name

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command fix this "max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]"?

sysctl -w vm.max_map_count=262144

sysctl vm.max_map_count=262144

sysctl -v m.max_map_count=262144

sysctl -x vm.max_map_count=262144

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Create a network NETWORK and add a container CONTAINER to this network

  1. 1. docker network create NETWORK

  1. 2. docker network add NETWORK CONTAINER

  1. 1. docker network create NETWORK

  1. 2. docker network connect NETWORK CONTAINER

  1. 1. docker network add NETWORK

  1. 2. docker network connect NETWORK CONTAINER

  1. 1. docker network connect NETWORK

  1. 2. docker network connect NETWORK CONTAINER

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

This docker-compose will not work...

  1. Still pending mapping port

Still pending network definition

Still pending the volumes

Still pending ENV variables

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is it possible to create different containers with just one Image?

Yes, with the same container name

Yes, with different container name

No, a new image must be downloaded to create other container

N/A

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

docker network inspect training_net

Show network properties

Show network properties and containers added in this Network

Wrong command

Command deprecated

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?