Docker Containers Flashcards

1
Q

What is the Docker Daemon?

A

Controls and manages the actual containers. It also has the docker api for access.

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

What is the docker client?

A

Talks to the docker api. Can be on the same machine or remote

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

What does cli look like to create an azure vm with a docker extension?

A

The command “azure vm docker create -location “< location >” [options] < dns-name > < image > < user-name > [password]” creates an Azure VM and uses the Docker extension to install Docker.

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

How do you create linux docker machines on azure?

A

Use docker machine

(Cli) docker-machine_linux-amd64 create -d azure –azure-subscription-id =” < subscriptionID >” –azure-subscription-

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

What are other ways to create docker containers on azure?

A

Arm templates
Power shell
Azure portal

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

There is no Azure VM image that has the Docker daemon preinstalled; in all cases Docker is installed as a VM extension to the Azure VM.

A

Yes

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