firebuild
mariadb-podman-socket-activation
firebuild | mariadb-podman-socket-activation | |
---|---|---|
7 | 5 | |
97 | 15 | |
- | - | |
0.0 | 2.4 | |
about 3 years ago | over 1 year ago | |
Go | ||
GNU Affero General Public License v3.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
firebuild
-
Ask HN: What's the most creative 'useless' program you've ever written?
https://github.com/combust-labs/firebuild
Build firecracker vmms from dockerfiles. Learned a ton, never did anything with it but I want believe it influenced a bunch of people to look deeper into firecracker.
-
My VM is lighter (and safer) than your container
A Dockerfile is just a file with a bunch of commands to execute and get a working "computer". https://github.com/combust-labs/firebuild is fairly aged translation of the Dockerfile to a VM rootfs.
-
We clone a running VM in 2 seconds
Regarding turning Dockerfiles into a MicroVM: https://gruchalski.com/posts/2021-03-23-introducing-firebuil..., on GitHub: https://github.com/combust-labs/firebuild. This could get you started.
Disclaimer: I’m the author.
-
Podman 4.0.0
> See, and in almost all of my use-cases, I really do. I do HPC computing, which is almost always a multi-tenant environment.
Maybe you need firecracker with something along the lines of https://github.com/combust-labs/firebuild?
-
Hypervisor for multi-tenant computing, like it should be
I was the one who posted that question and I deleted it because I understood I was asking to compare apple to oranges. Firecracker uses KVM under the hood. With regards to the overhead, sure, there's going to be resources needed but firecracker is pretty good at running VMs will low level overhead. We're talking thousands on a single host.
I've done some fair share of evaluating firecracker for https://github.com/combust-labs/firebuild and the need to provision is red herring. firebuild can run a VM directly from a Dockerfile and Docker image. Fly.io team does something similar. It's basically a fully functional app out of the container within a matter of milliseconds.
What would be nice is to see a direct comparison between your solution and firecracker.
-
Docker Without Docker
I am working on something like this: https://github.com/combust-labs/firebuild.
From a Dockerfile, it's not as simple without creating an image first.
mariadb-podman-socket-activation
-
Show HN: Obligator – An OpenID Connect server for self-hosters
https://github.com/eriksjolund/mariadb-podman-socket-activat...
-
Podman v4.0 has been released
In addition to that Podman supports socket activation that passes the socket to the container. Interestingly, this opens up the possibility to run a network server (e.g. a web server) with --network=none (i.e.podman run --network=none ...) in case the server process is happy with only communicating over the TCP socket it was passed. This increases security. Some references: https://github.com/containers/podman/discussions/13390 https://github.com/eriksjolund/mariadb-podman-socket-activation
-
Podman 4.0.0
Support for socket activation
Podman will pass on the socket-activated socket to the container.
I wrote a small example demo for setting up socket activation with systemd, Podman, and a MariaDB container:
https://github.com/eriksjolund/mariadb-podman-socket-activat...
-
Dependencies within a pod: best way to wait before starting a container
I wrote a small example demo for MariaDB https://github.com/eriksjolund/mariadb-podman-socket-activation/
- Podman v4.0.0 released
What are some alternatives?
cloud-hypervisor - A Virtual Machine Monitor for modern Cloud workloads. Features include CPU, memory and device hotplug, support for running Windows and Linux guests, device offload with vhost-user and a minimal compact footprint. Written in Rust with a strong focus on security.
cri-dockerd - dockerd as a compliant Container Runtime Interface for Kubernetes
firecracker-containerd - firecracker-containerd enables containerd to manage containers as Firecracker microVMs
sonarr - Sonarr TV manager in a Rocky Linux container
libnetwork - networking for containers
gentoo-project-gnome-without-systemd - GNOME Without Systemd
kubevirt - Kubernetes Virtualization API and runtime in order to define and manage virtual machines.
podman-desktop-companion - To support redirect to new name
undocker
podman - Podman: A tool for managing OCI containers and pods.
firecracker-go-sdk - An SDK in Go for the Firecracker microVM API
compose-cli - Easily run your Compose application to the cloud with compose-cli