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