Bca.Docker
0.3.0
dotnet add package Bca.Docker --version 0.3.0
NuGet\Install-Package Bca.Docker -Version 0.3.0
<PackageReference Include="Bca.Docker" Version="0.3.0" />
paket add Bca.Docker --version 0.3.0
#r "nuget: Bca.Docker, 0.3.0"
// 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.
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.
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.