DockerCaptain 1.0.35

dotnet tool install --global DockerCaptain --version 1.0.35
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local DockerCaptain --version 1.0.35
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DockerCaptain&version=1.0.35
                    
nuke :add-package DockerCaptain --version 1.0.35
                    

DockerCaptain

DockerCaptain

.NET Version License Build Downloads NuGet

Lines of Code Vulnerabilities

This tool is a cross-platform helper (currently for macOS, Ubuntu and Windows - more operating systems are planned) and brings various supports for Docker.

install the tool

dotnet tool install --global DockerCaptain

update the tool

dotnet tool update --global DockerCaptain

user config

edit the file config.json in the app directory (you can find the path via captain info)

possible config values:

  • docker (string) - "/path/to/docker/executable.exe"
  • appdirectory (string) - "/path/to/app/directory" (notice: config.json must ALWAYS be located at the original app-directory!)

usage

display info

displays the app version and the path to app-directory and docker-binaries.

captain info

register a image

register the given docker image and pulls in docker the latest version

captain images register {DOCKER_IMAGE_NAME} [-f][--force]

  • -f --force (optional)

example:

captain images register lkcode/a-test-image

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.35 709 12/12/2022
1.0.34 541 12/11/2022
1.0.33 531 12/11/2022
1.0.32 497 12/11/2022
1.0.31 484 12/11/2022
1.0.30 482 12/11/2022
1.0.29 515 12/11/2022
1.0.28 500 12/11/2022
1.0.27 537 12/11/2022
1.0.26 519 12/11/2022
1.0.25 499 12/11/2022
1.0.24 475 12/11/2022
1.0.23 487 12/11/2022
1.0.22 479 12/11/2022
1.0.21 505 12/11/2022
1.0.20 479 12/10/2022
1.0.19 508 12/10/2022
1.0.18 498 12/10/2022
1.0.17 525 12/10/2022
1.0.15 513 12/10/2022
Loading failed