ip addr show docker0
docker -v
docker-compose -v
You can choose between a Desktop version or a Lite version without xorg & xfce
Note: Using these images will require a few extra steps to setup which we will also cover below.
The rpi-eeprom package will not be available in the repos so you won't able to update the RPI's firmware if that's required.
Note: This Howto \ Guide has only been tested on Raspberry Pi OS but may work with Ubuntu or other flavors of Debian Linux
sudo hwclock -r
hwclock: Cannot access the Hardware Clock via any known method. hwclock: Use the --verbose option to see the details of our search for an access method.
Disable Secure Boot. ZFS modules can not be loaded if Secure Boot is enabled.
Before moving on I need to point out that there exists a script that can automate the configuration and install of a ZFS root system. However as convenient as it sounds the script is limited in flexibility and scope. These limitation cannot be overcome unless one has the time and compacity to edit the script to their liking. If you want to install a ZFS root system as quickly as possible and don't care about any particulars than take a good look at this github page.
In a nutshell the Starship Prompt is a program and a collection of scripts that allows you to customize and enhance the command prompt beyond what it was originally intended for. Not only will you be able to change colors and display special fonts, but add additional qol features useful for people who spend a lot of time working within the command prompt.
To further clarify - when I mentioned the command prompt, I don't just mean the Windows Command Interpretor or PowerShell, I'm also refering to Bash, Zsh, and a few other supported shells thus making it also cross-platform. However for the scope of this guide we'll be focusing on the command prompts within the Windows Platform - PowerShell and Cmd.
Starship Official Website