Chapter 4: Implement Windows Containers
- C. You would want to connect to Container1, since that is where the web application is located. Container1 has an IP address of 172.16.5.6 and a port mapping from port 80.
- D. You will want to configure Media Access Control (MAC) address spoofing on Server1. If your container host is virtualized, you must enable MAC address spoofing.
- A. Administrators can set any configuration option for the daemon in a JSON format. This would be the daemon.json file. By default, Docker captures the standard output (and standard error) of all your containers and writes them in files using the JSON format. The default file location is C:\ProgramData\docker\config\daemon.json.
- B, C, and E. In order, first you would install the Container feature, then install Docker, and then install the Base Container images.
- B. In a Windows Server Container, the kernel is shared among all the different Windows Containers. This container allows the administrator to isolate applications...