From a1dec0f324db71120e562ab724f9c24f411a79b0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 17 Mar 2022 16:48:33 -0400 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71dbdda7..9ce34aeb 100644 --- a/README.md +++ b/README.md @@ -802,6 +802,35 @@ ________________________________________________________________________________ +
+ 🔸Docker LXC + +

+ +

Docker LXC

+

With Selectable Storage Drivers

+ +To create a new Proxmox Docker LXC, run the following in the Proxmox Shell (V2). + +```yaml +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/docker.sh)" +``` + +

⚡ Default Settings: 2GB RAM - 4GB Storage - 2vCPU ⚡

+ +After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the settings to what you desire. Changes are immediate. + +⚙️ **To Update** + +Run in the LXC console +```yaml +apt update && apt upgrade -y +``` + +____________________________________________________________________________________________ + +
+
Debian 11 LXC @@ -1242,7 +1271,7 @@ ________________________________________________________________________________
- 🔸Vaultwarden LXC + Vaultwarden LXC