Skip to content

Commit 0a8f1a7

Browse files
authored
Add Docker (#86)
1 parent 39c3857 commit 0a8f1a7

6 files changed

+56
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
Module Name: AnyPackage.Docker
3+
Module Guid: 4826c4eb-b455-434e-9d1f-253c9e0021fd
4+
Download Help Link: https://go.anypackage.dev/help
5+
Help Version: 0.1.0.0
6+
Locale: en-US
7+
nav_exclude: true
8+
search_exclude: true
9+
---
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Docker
3+
parent: Provider Catalog
4+
---
5+
6+
# Docker_Package_Provider
7+
8+
## about_Docker_Package_Provider
9+
10+
## Short Description
11+
12+
Provides access to Docker.
13+
14+
## Long Description
15+
16+
The Docker package provider for `AnyPackage` module lets you use Docker using
17+
standardized commands.
18+
19+
The Docker package provider supports the following cmdlets.
20+
21+
- Get-Package
22+
- Install-Package
23+
- Uninstall-Package
24+
25+
## Dynamic Parameters
26+
27+
Dynamic parameters are cmdlet parameters that are added by a package provider
28+
and are available only when `-Provider Docker` parameter is used.
29+
30+
The Docker provider currently has no dynamic parameters.
31+
32+
## See Also
33+
34+
- [about_Package_Providers](../../reference/about_Package_Providers.md)
35+
- [about_AnyPackage](../../reference/about_AnyPackage.md)

docs/provider-catalog/provider-catalog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Find-PSResource -Tag AnyPackage, Provider
2727
| Appx | AnyPackage.Appx | [anypackage/appx] |
2828
| Apt | AnyPackage.Apt | [anypackage/apt] |
2929
| Chocolatey | AnyPackage.Chocolatey | [anypackage/chocolatey] |
30+
| Docker | AnyPackage.Docker | [anypackage/docker] |
3031
| Homebrew | AnyPackage.Homebrew | [anypackage/homebrew] |
3132
| ModuleFast | AnyPackage.ModuleFast | [anypackage/modulefast] |
3233
| Msi | AnyPackage.Msi | [anypackage/msi] |
@@ -44,6 +45,7 @@ Find-PSResource -Tag AnyPackage, Provider
4445
[anypackage/appx]: https://github.com/anypackage/appx
4546
[anypackage/apt]: https://github.com/anypackage/apt
4647
[anypackage/chocolatey]: https://github.com/anypackage/chocolatey
48+
[anypackage/docker]: https://github.com/anypackage/docker
4749
[anypackage/homebrew]: https://github.com/anypackage/homebrew
4850
[anypackage/modulefast]: https://github.com/anypackage/modulefast
4951
[anypackage/msi]: https://github.com/anypackage/msi
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
3+
<HelpContentURI>https://go.anypackage.dev/help</HelpContentURI>
4+
<SupportedUICultures>
5+
<UICulture>
6+
<UICultureName>en-US</UICultureName>
7+
<UICultureVersion>0.1.0.0</UICultureVersion>
8+
</UICulture>
9+
</SupportedUICultures>
10+
</HelpInfo>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)