Chapter 7, Moving from Linux to Windows Containers
Here are some sample answers to the questions presented in this chapter:
- You can use Hyper-V isolation to run your container within a minimal hypervisor.
- The command is
docker inspect -f “{{ .NetworkSettings.Networks.nat.IPAddress }}” [CONTAINER NAME]
. - False; there are no differences in the Docker commands that you need to run to manage your Windows containers.