Containers Flashcards

1
Q

Container Benefits

A

Isolation, Portability, Scalability, Secure

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

Windows vs Hyper-V Containers

A

Shared Kernel vs Isolated Kernel

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

Steps to Install Docker

A

Download Module & then Install the package

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

Getting Info / Properties of Docker

A

Docket Info

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

Default Network config of container

A

NAT using the 172 IP class

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

View local image respository

A

Docker images

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

Switch for interactive session

A

-it

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

List of running containers

A

Docker ps

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

Create an image from container changes

A

Docker commit

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

View setting of a container

A

Docker inspect

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

Remove container

A

Docker rm

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

Remove image

A

Docker rmi

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

Create image from a container

A

ConvertTo-ContainerImage

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

Container network config to communicate with the Physical Host Network

A

Transparent

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

Online repository

A

Docker Hub

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

Types of respo’s for Docker

A

Public and Private

17
Q

Docker engine install steps

A

Download Docker Engine Archive
Expand File Archive into Program Files
Add Docker path as system variable
Run DockerD to install Windows as a Service.

18
Q

Initiate an image build in docker from a docker file

A

Docker build