Update oci-deploy.sh
This commit is contained in:
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user