Set-up Docker

Set-up docker

To compile dahliaOS, you need to set up a docker container. This is a guide on how to set up the docker container.

Install docker

sh sudo dnf install docker && sudo systemctl start docker

Download the docker image

sudo docker pull ghcr.io/dahliaos/buildroot:latest

Setup Buildroot's volumes

sudo docker run -i --name buildroot_output ghcr.io/dahliaos/buildroot /bin/echo "Data only."