From 2480208789f9d8548bf2917d9f7c8bd3c8d38e48 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 10 Apr 2022 07:28:27 -0400 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f88a776..ded748c2 100644 --- a/README.md +++ b/README.md @@ -856,7 +856,7 @@ ________________________________________________________________________________

Docker LXC

-

With Selectable Storage Drivers & Add Portainer/Docker Compose Options

+

With Selectable ZFS Storage Drivers & Option to Add Portainer and/or Docker Compose

To create a new Proxmox Docker LXC, run the following in the Proxmox Shell (V2). @@ -888,11 +888,16 @@ ________________________________________________________________________________

Debian 11 LXC

-To create a new Proxmox Debian 11 (curl. sudo, auto login) LXC, run the following in the Proxmox Shell (V2). +To create a new Proxmox Debian 11 (curl. sudo) LXC, run the following in the Proxmox Shell (V2). ```yaml bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/debian.sh)" ``` +An early look at the v3 install script, run the following in the Proxmox Shell (V3). + +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/debian-v3.sh)" +```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -917,7 +922,7 @@ ________________________________________________________________________________

Ubuntu 21.10 LXC

-To create a new Proxmox Ubuntu 21.10 (curl. sudo, auto login) LXC, run the following in the Proxmox Shell (V2). +To create a new Proxmox Ubuntu 21.10 (curl. sudo) LXC, run the following in the Proxmox Shell (V2). ```yaml bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/ubuntu.sh)"