From 4fff3a8938df944376644d9a65fee88de1fa55f2 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 28 Apr 2026 15:16:50 +0200 Subject: [PATCH] Add dev vm idea --- README.md | 1 + projects/infrastructure/development-vms.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 projects/infrastructure/development-vms.md diff --git a/README.md b/README.md index 66828f3..7bc7f26 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Name | Status | Blog Entries [Automatic CI Runner Server Setup](./projects/infrastructure/automatic-ci-runner-server-setup.md) | - | - [Try firecracker](./projects/infrastructure/firecracker.md) | - | - [SSH Jump Host](./projects/infrastructure/ssh-jump-host.md) | - | - +[Development VMs](./projects/infrastructure/development-vms.md) | - | - ## Theory Projects Name | Status | Blog Entries diff --git a/projects/infrastructure/development-vms.md b/projects/infrastructure/development-vms.md new file mode 100644 index 0000000..60f139c --- /dev/null +++ b/projects/infrastructure/development-vms.md @@ -0,0 +1,3 @@ +# Development VMs +I want to easily startup a VM with my development environment ready to go. +To access it, one could hook into the SSH jump host.