mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-24 21:47:26 +00:00
Update oci-deploy.sh
This commit is contained in:
committed by
GitHub
parent
ce1e3d76bf
commit
dae69a6690
@@ -271,7 +271,7 @@ fi
|
|||||||
# Create container
|
# Create container
|
||||||
msg_info "Creating container $VMID"
|
msg_info "Creating container $VMID"
|
||||||
|
|
||||||
PCT_CMD="pct create $VMID oci://$FULL_IMAGE"
|
PCT_CMD="pct create $VMID --ostemplate oci://$FULL_IMAGE"
|
||||||
PCT_CMD+=" --hostname $CT_NAME"
|
PCT_CMD+=" --hostname $CT_NAME"
|
||||||
PCT_CMD+=" --cores $CORES"
|
PCT_CMD+=" --cores $CORES"
|
||||||
PCT_CMD+=" --memory $MEMORY"
|
PCT_CMD+=" --memory $MEMORY"
|
||||||
|
|||||||
Reference in New Issue
Block a user