Windows Server 2022 & Powershell All-in-One For Dummies. Sara Perrott
Чтение книги онлайн.
Читать онлайн книгу Windows Server 2022 & Powershell All-in-One For Dummies - Sara Perrott страница 9
ltsc2022
, shows up in Docker Hub after I...41 Book 8 Chapter 3FIGURE 3-1: To use Windows Containers, you only need to install the Containers ...FIGURE 3-2: When setting up Hyper-V, you can provision the virtual switch at th...FIGURE 3-3: It takes two PowerShell cmdlets to install Docker on Windows Server...FIGURE 3-4: The simple hello world container can be used to quickly test your D...FIGURE 3-5: Downloading the sample container from Docker Hub is simple using th...FIGURE 3-6: You get an error if you try to run a container image that does not ...FIGURE 3-7: The container image was used to create a container named quizzical_...
42 Book 8 Chapter 4FIGURE 4-1: Creating the dockerfile with no extension in Notepad.FIGURE 4-2: The docker build command allows you to build a container from the i...FIGURE 4-3: The docker inspect
command allows you to view the metadata of a con...
43 Book 8 Chapter 5FIGURE 5-1: Creating the container is as simple as identifying the container im...FIGURE 5-2: After you connect to a container, you can make changes to it like a...FIGURE 5-3: After you stop the container, you can commit the changes you have m...FIGURE 5-4: You can use the docker push
command to push to your private reposit...FIGURE 5-5: Docker Hub makes it easy to get started pulling container images be...FIGURE 5-6: You can use tags to track version numbers on your container images.
44 Book 8 Chapter 6FIGURE 6-1: When you run the Docker Engine for the first time, a NAT network co...FIGURE 6-2: You can check to see which virtual switches are defined on your con...FIGURE 6-3: You can create a NAT network for container hosts with the docker ne...FIGURE 6-4: Creating a transparent network connection automatically creates the...FIGURE 6-5: The creation of the l2bridge is very similar to the creating of the...FIGURE 6-6: The docker network create
command can be used to create the l2tunne...FIGURE 6-7: You can specify your desired network connection at runtime with the...
45 Book 8 Chapter 7FIGURE 7-1: A symbolic link maps the volume that you created on the container t...FIGURE 7-2: Volumes created for containers reside on the container host within ...FIGURE 7-3: You can get more information on container volumes with the docker v...FIGURE 7-4: By using a custom name on my volume, I can more easily know which v...FIGURE 7-5: I’ve created a bind mount at run time for two containers; the first...FIGURE 7-6: You can create a container and attach it to a previously created na...
Guide
1 Cover
4 Table of Contents
6 Index
Pages
1 i
2 ii
3 1
4 2
5 3
6 5
7 6
8 7
9 8
10 9
11 10
12 11
13 12
14 13
15 14
16 15
17 16
18 17
19 18
20 19
21 20
22 21
23 22
24 23
25 24
26 25
27 26
28 27
29 28
30 29
31 30
32 31