alpine image

This commit is contained in:
Oliver
2025-08-07 19:32:12 -03:00
parent 2f0d7e7d31
commit 8b03ad1a78
3 changed files with 6 additions and 1 deletions

BIN
alpine.qcow2 Normal file

Binary file not shown.

View File

@@ -32,7 +32,6 @@ RUN chmod +x /docker-custom-entrypoint.sh && \
RUN mkdir -p /opt/n8n-custom-nodes && \
cd /opt/n8n-custom-nodes && \
npm install n8n-nodes-puppeteer \
n8n-nodes-sqlite-memory && \
npm rebuild sqlite3 && \
chown -R node:node /opt/n8n-custom-nodes

6
start_vm Executable file
View File

@@ -0,0 +1,6 @@
#/bin/bash
cp alpine.qcow2 data/alpine.qcow2
qemu-system-x86_64 -m 1024M -hda data/alpine.qcow2 -boot d -netdev user,id=net0,hostfwd=tcp::2222-:22 -device e1000,netdev=net0 -enable-kvm -cpu host