Questions tagged [linuxkit]

LinuxKit

LinuxKit, a toolkit for building custom minimal, immutable Linux distributions.

  • Secure defaults without compromising usability
  • Everything is replaceable and customisable
  • Immutable infrastructure applied to building Linux distributions
  • Completely stateless, but persistent storage can be attached
  • Easy tooling, with easy iteration
  • Built with containers, for running containers
  • Designed to create reproducible builds [WIP]
  • Designed for building and running clustered applications, including but not limited to container orchestration such as Docker or Kubernetes
  • Designed from the experience of building Docker Editions, but redesigned as a general-purpose toolkit
  • Designed to be managed by external tooling, such as Infrakit or similar tools
  • Includes a set of longer-term collaborative projects in various stages of development to innovate on kernel and userspace changes, particularly around security

LinuxKit currently supports the x86_64, arm64, and s390x architectures on a variety of platforms, both as virtual machines and baremetal (see below for details).

Source

https://github.com/linuxkit/linuxkit

Good article

1. Announcing LinuxKit: A Toolkit for building Secure, Lean and Portable Linux Subsystems

2. Top 10 Reasons why LinuxKit is better than the traditional OS distribution

8 questions
2
votes
0 answers

How to do the hello_world example from GitHub:linuxkit/linuxkit?

Situation and Problem I am trying to follow this guide on "how to make your own linuxkit with docker for mac", where you can add some kernel modules usually not present in docker images. After a lot of reading and testing I am failing to do the…
BadAtLaTeX
  • 614
  • 1
  • 9
  • 22
1
vote
2 answers

"make install" error. make (e=2) The system can not find the file specified

I've been searching for a couple of hours already, can't still find the solution, feeling very frustrated. I've installed make tool with chocolatey and docker, and am trying to build linuxkit tool https://github.com/linuxkit/linuxkit and then using…
Tim Kochetkov
  • 149
  • 1
  • 11
1
vote
4 answers

How to upgrade the version of yarn on node:latest docker image?

The official docker image for node is: https://hub.docker.com/_/node. This comes with yarn pre-installed at v1.x. I want to upgrade yarn to v2. However, I can't tell how yarn was installed on this image. It's presumably not via npm because if I do…
geoidesic
  • 4,649
  • 3
  • 39
  • 59
1
vote
1 answer

Allow outbound container networking through vpnkit

I have a linuxkit built VM here with a custom container service that I am trying to run. services: ... - name: net-manager image: aemengo/net-manager:6bcc223a83e8a303a004bc6f6e383a54a3d19c55-amd64 net: host capabilities: -…
mango
  • 5,577
  • 4
  • 29
  • 41
1
vote
1 answer

Docker daemon log taking up too much disk space

Preamble For clarification, this concern is for the docker daemon logs, not for docker's container-level logs. The log-driver and log-opts docker daemon configurations seem to handle container-level logs just fine. Description The issue we're…
Paul Richter
  • 10,908
  • 10
  • 52
  • 85
0
votes
1 answer

Linuxkit where is the container running

Linuxkit is very interesting project so started playing with it. I have created image using redis-os.yml example https://raw.githubusercontent.com/linuxkit/linuxkit/master/examples/redis-os.yml When i boot redis-os it works but i am not seeing any…
Satish
  • 16,544
  • 29
  • 93
  • 149
0
votes
1 answer

Unable to run testcontainer from Windows Server 2019 (LinuxKit installed)

Unable to run linux containers from testcontainer in Windows Server 2019 (LinuxKit installed). Getting errors as mentioned below. 2020-07-01 20:12:59.342 ERROR 4936 --- [ main] o.t.d.DockerClientProviderStrategy : Could not find a…
Suresh Raja
  • 411
  • 6
  • 23
0
votes
1 answer

Linux Kernel: how to use request_module() and try_module_get()

I'm struggling to understand how to use in the proper way the try_module_get() I found this interesting post: How to put a check in the code to ensure the inter kernel module dependency - Linux Kernel? But I miss one point: I can get the…
cips
  • 95
  • 1
  • 8