netboot.xyz

  • VMwareThe Ultimate PXE Boot Server in Action!

    The Ultimate PXE Boot Server in Action!

    For business inqueries or consultation send me an email to: info@distrodomain.com In this video I show you how to install and configure a netboot.xyz PXE server with online and offiline/local assets for all your deployment needs! ######### Commands used ######### ######### Installing Docker ######### yum install -y yum-utils yum-config-manager –add-repo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin systemctl enable docker…

    Read More »
  • Install docker with a single command using the convenience script

    In the past, every time I needed to install docker on a new Linux server, I’d go to the official documentation page and follow the steps for my specific distro, which is usually Debian. There are several installation methods, and I’d normally go with the `apt repository` one. – This means setting up the repo, adding the GPG key, installing…

    Read More »
Back to top button