https://github.com/chadnpc/clihelper.docker
PowerShell module that provides object-oriented access to Docker resources and their management.
https://github.com/chadnpc/clihelper.docker
Last synced: 8 months ago
JSON representation
PowerShell module that provides object-oriented access to Docker resources and their management.
- Host: GitHub
- URL: https://github.com/chadnpc/clihelper.docker
- Owner: chadnpc
- License: mit
- Created: 2025-03-03T23:49:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T23:53:19.000Z (over 1 year ago)
- Last Synced: 2025-09-10T00:37:24.869Z (9 months ago)
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/cliHelper.docker
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [cliHelper.docker](https://www.powershellgallery.com/packages/cliHelper.docker)
PowerShell module that provides object-oriented access to Docker resources and their management.
## Usage
```PowerShell
Install-Module cliHelper.docker
```
then
```PowerShell
Import-Module cliHelper.docker
# do stuff here.
```
## License
This project is licensed under the [MIT License](LICENSE).