Skip to content

docs(lab5): QuickNotes in a Vagrant VM - #1494

Open
HNS2112 wants to merge 3 commits into
inno-devops-labs:mainfrom
HNS2112:feature/lab5
Open

docs(lab5): QuickNotes in a Vagrant VM#1494
HNS2112 wants to merge 3 commits into
inno-devops-labs:mainfrom
HNS2112:feature/lab5

Conversation

@HNS2112

@HNS2112 HNS2112 commented Aug 7, 2026

Copy link
Copy Markdown

Goal

Lab 5 submission: a Vagrantfile booting Ubuntu 24.04 with Go 1.24.6, QuickNotes reachable from the host via port forwarding, snapshot lifecycle, and a VM vs container resource comparison.

Changes

  • Vagrantfile — Ubuntu 24.04, 2 vCPU / 1024 MB, 127.0.0.1:18080 → guest 8080, shell provisioner installing Go 1.24.6
  • evidence/lab5/ — raw output for every step
  • submissions/lab5.md — report covering Tasks 1–2 and the bonus

Testing

curl :18080/health returns 200 from the host; go version inside the VM prints go1.24.6.
Snapshot taken, Go deliberately removed, restore verified in 23.6 s.
Bonus baseline: cold start 198× faster, RAM 100× lower, disk 293× smaller for the container.

Checklist

  • Title is a clear sentence (≤ 70 chars)
  • Commits are signed (git log --show-signature)
  • submissions/labN.md updated

HNS2112 added 3 commits August 3, 2026 22:31
Signed-off-by: Elvira <239804565+HNS2112@users.noreply.github.com>
Signed-off-by: HNS <239804565+HNS2112@users.noreply.github.com>
Signed-off-by: HNS <239804565+HNS2112@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant