Bca.Docker

0.3.0

PowerShell module to manage Docker containers.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Bca.Docker

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Bca.Docker

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 Bca. All rights reserved.

Package Details

Author(s)

  • Baptiste Cabrera

Tags

docker container Windows Linux MacOS

Functions

Get-DockerContainer Invoke-DockerContainerCommand Start-DockerContainer Stop-DockerContainer

Dependencies

This module has no dependencies.

Release Notes

0.3.0:
- Invoke-DockerContainerCommand:
 - Added support for ArgumentList parameter;
 - Added AuthenticationOn parameter that allows to specify whether to use Credential and Authentication paramaters on the host, container or both.

0.2.0:
- Added ShouldProcess support on some functions;
- Added support for Authentication and Credential parameters.

0.1.0:
- Get-DockerContainer: function to retrieve docker informations;
- Invoke-DockerContainerCommand: function to execute a command, script or script block in a docker container;
- Start-DockerContainer/Stop-DockerConatainer: functions to start or stop a docke container;
- Supports Windows, Linux and MacOS;
- Supports English and French language.

FileList

Version History

Version Downloads Last updated
0.3.0 (current version) 234 10/14/2020
0.2.0 9 9/30/2020
0.1.0 11 9/23/2020