darch
darch copied to clipboard
A tool for building and booting stateless and immutable images, bare metal.
Here is the output when I try to install using Pamac. ``` cleaning bin/ bin/darch pkg/cmd/darch/main.go:7:2: no required module provides package github.com/godarch/darch/pkg/cmd/darch/commands/helpers: go.mod file not found in current directory or...
Hi, is it possible for darch to use podman instead of docker?
Any idea how Darch would mesh with a system that runs ZFS on its root, and uses ZBM (https://github.com/zbm-dev/zfsbootmenu)? Thanks for the great software!
Downloaded the boot.vdi test drive image, booted it using virtualbox, and ran the build scripts. Whenever I'm using the `darch` command, I get `sudo: unable to resolve host darch-demo: Connection...
Has anyone had any luck using the gVisor runtime? https://gvisor.dev/docs/user_guide/install/
Current Install steps: ``` Step 1: Install Darch If you are on Arch Linux, you can install it from the AUR. Otherwise, head over to the GitHub Releases and download...
"I'll look into Salt more. Maybe there is a way to extend Darch to support different "executors" to support things like bash/Salt/Puppet/etc." -- @pauldotknopf on HN https://news.ycombinator.com/item?id=16672070 Just wanted to...
Hey guys, I know there hasn't been a lot of activity here. I consider this project to be "done". BUT, improvements can be made. First, I want to change the...
I love this concept, and I would love to be able to create my own image, but the documentation is seriously lacking.
I get this message when trying the steps from the tutorial on godarch.com. Any help appreciated. ``` $ sudo darch images pull pauldotknopf/darch-arch-base:latest pulling pauldotknopf/darch-arch-base:latest INFO[0023] apply failure, attempting cleanup...