Proxmox Docker Workstation
Linux Server Technology
Install Linux Mint Debian Edition 6 I am assuming, that you want to use a Debian based Operating System (not Ubuntu based) and you want Proxmox, Docker and GPT4All installed on your Laptop. Here I am using Linux Mint Debian Edition 6
let’s get started: Go trough installation process
Install Proxmox VE Upgrade the system and install some basic tools
sudo apt update && sudo apt dist-upgrade -y sudo apt install vim git curl wget htop ssh netcat-traditional openvpn Cerate a Interface used for LXC Containers: edit /etc/network/interfaces
Read more...