From fec386b1c9e768f308f83a9bef2af2f954e81e5e Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 17 Apr 2022 16:33:04 +0200 Subject: [PATCH] first commit --- docs/proxmox/LXC-Debian-with-Docker.md | 4 ++++ mkdocs.yml | 1 + 2 files changed, 5 insertions(+) create mode 100644 docs/proxmox/LXC-Debian-with-Docker.md 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