netboot.xyz
-
VMware
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 » -
Hyper-v
Distribución de imagenes de disco con Clonezilla y Netboot (iPXE) – Parte 2
El objetivo es arrancar nuestro IoT Gateway con un arranque por red usando iPXE (Preboot Execution Environment) y gracias a los menús de arranque poder hacer una imagen del disco, o restaurarla, usando Clonezilla. Lista de reproducción de todos los vídeos de la serie: Notas y archivos en: [ad_2] source
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 »