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.