diff --git a/docs/proxmox/LXC-Debian-with-Docker.md b/docs/proxmox/LXC-Debian-with-Docker.md new file mode 100644 index 0000000..7728510 --- /dev/null +++ b/docs/proxmox/LXC-Debian-with-Docker.md @@ -0,0 +1,4 @@ +Open Proxmox Terminal and send: +``` +clear; bash -c "$(wget -qLO - https://github.com/Sthopeless/proxmox_with_docker/raw/main/create_container.sh)" +``` \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index c32be08..19ea071 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -71,6 +71,7 @@ extra: nav: - Proxmox: - Home Assistant on Proxmox: proxmox/how-to-install-home-assistant.md + - LXC Debian with Docker: proxmox/LXC-Debian-with-Docker.md - Portainer Stacks: - Authelia: portainer-stacks/authelia.md - Bazarr: portainer-stacks/bazarr.md