Getting the ubuntu box 24.04 LTS ready for dual account containers and dockers
OS preparation
sudo apt update
sudo apt -y upgrade
sudo apt -y install \\
ca-certificates \\
curl \\
gnupg \\
lsb-release \\
uidmap \\
git \\
jq \\
unzip \\
zip \\
make \\
build-essential \\
bash-completion
sudo reboot
Useful...
synackwithraj.hashnode.dev11 min read