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.
<PackageVersion Include="Bca.Docker" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Bca.Docker" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Bca.Docker@0.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bca.Docker&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Bca.Docker&version=0.3.0
                    
Install as a Cake Tool

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 1,452 10/14/2020
0.2.0 836 9/30/2020
0.1.0 911 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.