-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathContainers-Toolkit.nuspec
More file actions
32 lines (29 loc) · 1.94 KB
/
Containers-Toolkit.nuspec
File metadata and controls
32 lines (29 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Containers-Toolkit</id>
<version>0.0.0</version>
<authors>Microsoft Corporation</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<!-- <icon>icon.png</icon> -->
<projectUrl>https://github.com/microsoft/containers-toolkit.git</projectUrl>
<description>The Containers-Toolkit module contains PowerShell functions for downloading, installing, and configuring Containerd, Buildkit, nerdctl, and Windows CNI plugins for container networks. It also allows you to get a list of the container tools and their installation statuses.
Configurations done with these functions are default configurations that allow you to get started with interacting with the tools. Further configurations may be necessary.
You can find documentation for these functions here: [Containers-Toolkit Documentation](https://github.com/microsoft/containers-toolkit/tree/main/docs/command-reference.md)
This module requires the HNS module to execute the "Initialize-NatNetwork" command. The Host Networking Service (HNS) and the Host Compute Service (HCS) work together to create containers and attach endpoints to a network. The HNS module is necessary because the HostNetworkingService module does not include the "New-HNSNetwork" cmdlet.
Note that the HostNetworkingService module is available only when the Hyper-V Windows feature is enabled.</description>
<releaseNotes>
</releaseNotes>
<copyright>(c) Microsoft Corporation. All rights reserved.</copyright>
<tags>Containerd Buildkit nerdctl CNI WindowsContainers ContainerTools</tags>
<dependencies>
</dependencies>
<repository type="git" url="https://github.com/microsoft/containers-toolkit.git" branch="main" />
<license type="file">LICENSE.txt</license>
<readme>README.md</readme>
</metadata>
<files>
<file src="LICENSE.txt" target="" />
<file src="README.md" target="" />
</files>
</package>