Basic Terminology Flashcards

1
Q

Menut for Adding DockerSupport from Visual Studio

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Docker?

A

Docker is a set of platform as a service products that uses OS-level virtualization to deliver software in packages called containers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a docker container image?

A

An image, or more correct, a Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a docker container?

A

A container image becomes a container at runtime when they run on Docker Engine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Docker Engine?

A

Docker Engine is a container runtime that runs on various Linux (CentOS, Debian, Fedora, Oracle Linux, RHEL, SUSE, and Ubuntu) and Windows Server operating systems…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Docker Hub?

A

Docker Hub is a service provided by Docker for finding and sharing container images with your team.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Dockerfile?

A

A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly