Chapter 11 - Deploying Containers - Do I know this Already? Flashcards
What types of containers can you create in Windows Server 2016? Choose two.
a. Windows Server
b. Linux
c. Legacy Windows
d. Hyper-V
a. Windows Server
d. Hyper-V
What layer captures all actions after a container has started?
a. Sandbox
b. Service abstraction
c. API layer
d. VM machine layer
a. Sandbox
Docker is a requirement for working with which type of container in Windows Server 2016?
a. Windows Server
b. Hyper-V
c. Legacy Windows
d. Linux
a. Windows Server
What file includes startup parameter information for Docker?
a. init.ini
b. config.ini
c. daemon.json
d. start.ini
c. daemon.json
What do you install before working with containers?
a. Base image
b. Defender
c. Server Core
d. Nano Server
a. Base image
What command installs the Nano Server base image?
a. get-nanoserver
b. get-docker-install nanoserver
c. docker pull microsoft/nanoserver
d. docker install nanoserver
c. docker pull microsoft/nanoserver
What do you use to manage the Nano Server if it is your container host?
a. PowerShell
b. Computer management
c. Command prompt
d. bash
a. PowerShell
What command deploys a container?
a. deploy container
b. install image
c. docker run
d. docker container install
c. docker run
What is a Windows Server Container?
A container that achieves isolation through namespace and process isolation.
What is a Hyper-V Container?
A container that runs in a special lightweight VM
What is Docker?
A well-known application for maintaining containers.
Nano Server is ideal for hosting what type of containers?
Hyper-V containers and Windows Server containers
How many virtual processors does a container host need?
At least two
What container types can Windows Server 2016 Core host?
Server Core/Nano Server
What are two options for managing Docker startup parameters?
sc config and a configuration file
What is a Container Host?
A container host is a physical or virtual computer system configured with the Windows Container feature, it runs one or more Windows Containers
What is a Container image?
The container image shows the state of the virtual container, including such things as registry or file system changes; you can discard a container image or use it as a base image for new containers
What is a Sandbox?
After a container has started, all write actions such as file system modifications, registry modifications, or software installations are captured in the sandbox layer.
What is a Container OS image?
The container OS image is the first layer of potentially many image layers that make up a container; this image provides the operating system environment and cannot be modified
What is the Container Repository?
Each time you create a container image, the container image and its dependencies are stored in a local repository
What is Container Management Technology?
You can manage Windows Containers by using Windows Powershell and Docker
What are Containers for IT professionals?
IT professionals can use containers to provide standardized environments for their development, QA , and production teams
What are containers for developers?
When you containerize an app, only the app and the components needed to run it are combined into an image; you can use containers to start up lightweight and portable app components-or micro services- for distributed apps and quickly scale each service separately
What format are the Windows Server and Hyper-V containers found in Windows Server 2016 with Desktop and Core?
The format of these OS type containers is Server Core/Nano Server