Bca.Docker 0.3.0

dotnet add package Bca.Docker --version 0.3.0
NuGet\Install-Package Bca.Docker -Version 0.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bca.Docker" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bca.Docker --version 0.3.0
#r "nuget: Bca.Docker, 0.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bca.Docker as a Cake Addin
#addin nuget:?package=Bca.Docker&version=0.3.0

// Install Bca.Docker as a Cake Tool
#tool nuget:?package=Bca.Docker&version=0.3.0

PowerShell module to manage Docker containers.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.0 789 10/14/2020
0.2.0 393 9/30/2020
0.1.0 470 9/23/2020

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.