siddiqsoft.runhost 1.1.1

dotnet add package siddiqsoft.runhost --version 1.1.1
NuGet\Install-Package siddiqsoft.runhost -Version 1.1.1
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="siddiqsoft.runhost" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add siddiqsoft.runhost --version 1.1.1
#r "nuget: siddiqsoft.runhost, 1.1.1"
#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 siddiqsoft.runhost as a Cake Addin
#addin nuget:?package=siddiqsoft.runhost&version=1.1.1

// Install siddiqsoft.runhost as a Cake Tool
#tool nuget:?package=siddiqsoft.runhost&version=1.1.1

runhost

Copyright © 2021, Siddiq Software LLC

CodeQL Build Status alternate text is missing from this package README image alternate text is missing from this package README image

Objective

Host for launching windows service for docker on windows server

Usage

runhost.exe "name of service"

Attempting to start `name of service`..
Waiting for signal (or hit `q` to quit)..
  • There is no check for service name validity.
  • There is no check for service startup status.
  • There is no error checking or recovery.
  • The purpose is to allow for handling/intercept of SIGINT, SIGTERM, SIGKILL signals and return code accordingly.

In Dockerfile

ENTRYPOINT ["runhost.exe", "name of service"]

<p width="40%" align="right"><b>NOTE</b> </br> Windows Server Containers do not support interception of SIGTERM or SIGKILL as of this version. </p>

Where to get it

  • Build it yourself (current support requires Visual Studio 2019)
  • Get the nuget packages; it will install to your project directory under runhost with x64 and x86/Win32 binaries.
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
1.1.1 444 7/25/2021