From a57d54bc735ac87ca2ae6f3868d0b9e51fbf14dc Mon Sep 17 00:00:00 2001 From: Sthopeless Date: Fri, 7 May 2021 15:40:16 +0200 Subject: [PATCH] Initial commit --- create_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_container.sh b/create_container.sh index 9450b44..419da12 100644 --- a/create_container.sh +++ b/create_container.sh @@ -143,7 +143,7 @@ RAM='4098' SWAP=2048 TEMPLATE_STRING="local:vztmpl/${TEMPLATE}" pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \ - -hostname $HOSTNAME --memory $RAM -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 \ + -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 \ -ostype $OSTYPE -rootfs $ROOTFS, size=$DISK_SIZE -storage $STORAGE, >/dev/null # Modify LXC permissions to support Docker