Docker

Docker

Professional Development

24 Qs

quiz-placeholder

Similar activities

Test hardware 3

Test hardware 3

Professional Development

19 Qs

Web Development Technical Skills

Web Development Technical Skills

Professional Development

20 Qs

Weekly Test - 2

Weekly Test - 2

Professional Development

22 Qs

Quiz Docker

Quiz Docker

Professional Development

20 Qs

AWS-Basics

AWS-Basics

Professional Development

20 Qs

AWS-Cloud-Practitioner

AWS-Cloud-Practitioner

Professional Development

20 Qs

Scheduling

Scheduling

Professional Development

26 Qs

Sesion 5

Sesion 5

Professional Development

20 Qs

Docker

Docker

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Tejas Shah

Used 1+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Docker command to run a container

docker ps -a

docker ps

docker run -dit -p 80:80 --name websrv drupal

docker images

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Docker command to list all the images

docker load -i drupal.tar

docker ps

docker images

docker ps -a

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Docker command to see all the containers

docker images

docker version

docker ps

docker ps -a

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The command to load docker images from a tar file is

docker images

docker load -i drupal.tar

docker ps

docker ps -a

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Docker command to see only running containers

docker ps -a

docker images

docker ps

docker version

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Docker command to check the IP address of container

docker ps -a

docker logs websrv

docker images

docker inspect websrv

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Docker command to find out the cause of container exit with error.

docker logs websrv

docker inspect websrv

docker ps -a

docker ps

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?