title: "ricardobranco777/docker-fai: Code for Docker image of FAI (Fully Automatic Installation)"
source: https://github.com/ricardobranco777/docker-fai
author:
- "[[ricardobranco777]]"
published:
created: 2025-09-04
description: Code for Docker image of FAI (Fully Automatic Installation) - ricardobranco777/docker-fai
tags:
- Docker
This repository was archived by the owner on Oct 30, 2020. It is now read-only.
Code for Docker image of FAI (Fully Automatic Installation)
Code for Docker image of FAI Fully Automatic Installation 4.3.3. With this image you may create FAI ISO's for Trusted Builds.
docker run --name fai --privileged -it ricardobranco/fai:4.3.3
fai-setup -vl
docker commit fai fai-setup && docker rm -v fai
docker run --name fai -v ~/fai:/srv/fai/config --privileged -it fai-setup
NOTE: There's an example FAI config in the faiconfig directory to create an ISO that installs Ubuntu 16.04 and Docker.
fai-mirror.sh HOSTNAME
NOTE: The HOSTNAME argument must be already defined in faiconfig/class/50-host-classes.
checkpkgs.sh /tmp/mirror
`docker cp fai:/tmp/mirror mirror.HOSTNAME
vi /etc/fai/grub.cfg
NOTE: Don't forget to also change the Grub user and password, which defaults to "fai".
fai-cd.sh HOSTNAME
docker cp fai:/tmp/fai-full.iso .
burniso.sh /tmp/fai-full.iso
NOTES:
No releases published
No packages published