From 46708815b365783a76ce8de35414337748aef9cc Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 17 Apr 2022 16:35:53 +0200 Subject: [PATCH] first commit --- docs/proxmox/LXC-Debian-with-Docker.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/proxmox/LXC-Debian-with-Docker.md b/docs/proxmox/LXC-Debian-with-Docker.md index 7728510..4ee73cb 100644 --- a/docs/proxmox/LXC-Debian-with-Docker.md +++ b/docs/proxmox/LXC-Debian-with-Docker.md @@ -1,4 +1,9 @@ Open Proxmox Terminal and send: ``` clear; bash -c "$(wget -qLO - https://github.com/Sthopeless/proxmox_with_docker/raw/main/create_container.sh)" +``` + +with Portainer: +``` +clear; bash -c "$(wget -qLO - https://git.sthope.dev/sthope/proxmox_portainer/raw/branch/master/create_container.sh)" ``` \ No newline at end of file