An open API service indexing awesome lists of open source software.

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.

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).