mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
b4cdf90cb2
commit
a1dec0f324
31
README.md
31
README.md
|
@ -802,6 +802,35 @@ ________________________________________________________________________________
|
|||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary markdown="span"> 🔸Docker LXC </summary>
|
||||
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/docker.png" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading"> Docker LXC </h1>
|
||||
<h3 align="center"> With Selectable Storage Drivers </h3>
|
||||
|
||||
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)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 4GB Storage - 2vCPU ⚡</h3>
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
____________________________________________________________________________________________
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary markdown="span"> Debian 11 LXC </summary>
|
||||
|
||||
|
@ -1242,7 +1271,7 @@ ________________________________________________________________________________
|
|||
</details>
|
||||
|
||||
<details>
|
||||
<summary markdown="span"> 🔸Vaultwarden LXC</summary>
|
||||
<summary markdown="span"> Vaultwarden LXC</summary>
|
||||
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/resources/vaultwarden-icon-white.svg" width="100" height="100"/></p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue