Run Containers Flashcards

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

What do containers provide?

A

A lightweight way to distribute and run an application with its dependencies so that it does not conflict with installed software on the host.

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

Where do conatiners run from?

A

Containers run from container images that you can download from a container registry or create yourself.

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

How are container files used?

A

With instructions to build a customized container image.

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

What is Podman?

A

Provided by Red Hat Enterprise Linux provides, directly runs and manages containers and container images on a single host.

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

How can containers be ran?

A

As root, or as non-privileged rootless containers for security.

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

What can be mapped on the container host?

A

Network ports to pass traffic to services that run in its containers.

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

How can environment variables with containers?

A

To configure the software in containers at build time.

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

Although container storage is temporary what can be attached?

A

Persistent storage to a container by using the contents of a directory on the container host, for example.

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

What can a systemd unit file be configured to do?

A

Automatically run containers when the system starts.

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