0% found this document useful (0 votes)
350 views

Docker Container Orcas

Virtualization is the creation of virtual versions of devices, OS, storage etc. A hypervisor or VMM allows running of multiple VMs. Docker provides OS-level virtualization using containers. Containers share the host OS kernel and isolate processes. Docker images contain layers of files for an app and its dependencies. The docker daemon runs containers from images. Common commands are docker build, run, pull, push etc.

Uploaded by

Rupesh Mishra
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
350 views

Docker Container Orcas

Virtualization is the creation of virtual versions of devices, OS, storage etc. A hypervisor or VMM allows running of multiple VMs. Docker provides OS-level virtualization using containers. Containers share the host OS kernel and isolate processes. Docker images contain layers of files for an app and its dependencies. The docker daemon runs containers from images. Common commands are docker build, run, pull, push etc.

Uploaded by

Rupesh Mishra
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 4

What is the drawback of virtualization?

Which of the following is not an example of Virtualization?


What is a Hypervisor?
A virtual machine may be hosted on a system running Microsoft Windows and may behav
VM runs on___________.

Which of the following is the criteria to be fulfilled by a ideal VMM?


What is Hardware virtualization?
What is virtualization?
Another name for Hypervisor is___________.
Docker images are ___________.
Command used to build package of application and environment is _________.
Which of the following statements is not correct about Docker?
You can add new features to an existing image by ___________.
A machine can not run multiple containers independently.
What is a docker Image?
Docker Container _________
Content of an Image can be altered.
Docker Images can be run in _________.
Docker registry is a ___________.
Which sub-command is used to create the new image?

How will you check the version of installed Docker?


Image from the host machine can be deleted by using ___________.
How will you check for the history of creation of an image?
Which sub-command helps you to verify the downloaded images?
How will you check for the status of the docker running service?

Docker command to run a image is ___________.


Which sub command is used to download images from a registry?
Containers have the shared resources and are lightweight.
Why Docker Networking is needed?
Docker hub images can be accessed at ___________.
Docker Daemon and Docker client use same binary.
Which of the following is not a component of Docker Engine?
Which of the following statements is true about containerization?
An altered Docker image is visualized as ___________
To get help on a topic in Docker, you can use__
What is Docker Daemon?
Running docker containers can be checked by using ___________.
Default network to which the new containers get connected to ___________.
Which sub command is used for removing all stopped containers?
Which of the following is not a Docker Registry?
Which of the following is the correct method of exporting a tar file?
What is the name of virtual Ethernet bridge that is created on the start of Docker Daem
How will you search for docker images?
How Docker images can be sent to registry?
Docker daemon does not require root privileges to run.
Container can alter host filesystem without any restriction.
Application running in a VM is hidden from the host OS with the help of Hypervisor/ VM
All of the given options
None of the options mentioned
Software running the VM
TRUE
Host machine

All of the given options

Creation of virtual machine that behaves like a real physical computer with an operating system!
Creation of logical object version of something rather than actual version.
Virtual Machine Monitor
read only
Docker build

Adding the new layer with the changes.


FALSE
Collection of all files, libraries, binaries and other dependencies
All of the given options
FALSE
all the given options
Storage house for the Docker images
docker commit

docker –version
docker rmi imageName
docker history imageName
docker images
service docker status

docker run

docker pull
TRUE
While working on Docker in real time at a large scale.
index.docker.io
TRUE
None of these
All of the given options
several layers one above another
docker topicName --help
It is a continuous long-running program responsible for managing containers.
docker ps
Bridge mode
docker container prune
None of the options mentioned
docker export exampleImage > exampleImage.tar
docker0
docker search imageName
docker push
FALSE
TRUE
TRUE

You might also like