-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocker-machine.nuspec
More file actions
26 lines (26 loc) · 1.39 KB
/
docker-machine.nuspec
File metadata and controls
26 lines (26 loc) · 1.39 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
<?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>