nocker 1.0.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global nocker --version 1.0.1
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 nocker --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=nocker&version=1.0.1
nuke :add-package nocker --version 1.0.1

nocker

Intro

Simplified docker implemented by C# && .NET

Prerequisites

The following packages are needed to run nocker.

  • btrfs-progs
  • curl
  • iproute2
  • iptables
  • libcgroup-tools
  • util-linux >= 2.25.2
  • coreutils >= 7.5

Because most distributions do not ship a new enough version of util-linux you will probably need to grab the sources from here and compile it yourself.

Additionally your system will need to be configured with the following:

  • A btrfs filesystem mounted under /var/nocker
  • A network bridge called bridge0 and an IP of 10.0.0.1/24
  • IP forwarding enabled in /proc/sys/net/ipv4/ip_forward
  • A firewall routing traffic from bridge0 to a physical interface.
mkdir /var/nocker
fallocate -l 4G /home/nocker.btrfs
mkfs.btrfs /home/nocker.btrfs
mount -o loop /home/nocker.btrfs /var/nocker
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.