nocker 1.0.1
There is a newer prerelease version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package nocker --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
Version | Downloads | Last updated |
---|---|---|
1.0.2-preview-20240130-171006 | 109 | 1/30/2024 |
1.0.1 | 411 | 11/12/2022 |
1.0.1-preview-20221027-141520 | 280 | 10/27/2022 |
1.0.1-preview-20221027-134616 | 324 | 10/27/2022 |
1.0.1-preview-20221017-153005 | 304 | 10/17/2022 |
1.0.1-preview-20221016-132243 | 352 | 10/16/2022 |
1.0.1-preview-20221016-130958 | 329 | 10/16/2022 |
1.0.1-preview-20221016-125459 | 245 | 10/16/2022 |
1.0.1-preview-20221016-124835 | 316 | 10/16/2022 |
1.0.1-preview-20221016-124609 | 315 | 10/16/2022 |
1.0.1-preview-20221016-123947 | 349 | 10/16/2022 |
1.0.1-preview-20221016-122740 | 288 | 10/16/2022 |
1.0.1-preview-20221016-114239 | 335 | 10/16/2022 |
1.0.1-preview-20221016-114015 | 306 | 10/16/2022 |
1.0.1-preview-20221016-112403 | 286 | 10/16/2022 |
1.0.0 | 443 | 10/16/2022 |