-
Notifications
You must be signed in to change notification settings - Fork 3
/
docker-machine.nuspec
26 lines (26 loc) · 1.39 KB
/
docker-machine.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>docker-machine</id>
<title>docker-machine</title>
<version>0.16.2</version>
<authors>Docker Contributors</authors>
<owners>silarsis</owners>
<summary>Machine management for a container-centric world</summary>
<description>Machine lets you create Docker hosts on your computer, on cloud providers, and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them.
</description>
<projectUrl>https://github.com/docker/machine</projectUrl>
<packageSourceUrl>https://github.com/silarsis/choco-docker-machine</packageSourceUrl>
<projectSourceUrl>https://github.com/docker/machine</projectSourceUrl>
<docsUrl>https://docs.docker.com/machine/</docsUrl>
<bugTrackerUrl>https://github.com/docker/machine/issues</bugTrackerUrl>
<iconUrl>https://raw.githubusercontent.com/docker/docker.github.io/master/machine/img/logo.png</iconUrl>
<licenseUrl>https://github.com/docker/machine/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>docker-machine docker</tags>
<releaseNotes>https://github.com/docker/machine/releases</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>