From 3e2766da846f08b0707c74e812c4da68bbd9ca47 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Mon, 16 Nov 2020 19:01:28 -0500 Subject: [PATCH] remove version --- docs/packer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/packer.md b/docs/packer.md index ad6938aa..cd71df14 100644 --- a/docs/packer.md +++ b/docs/packer.md @@ -2,10 +2,10 @@ A [packer image](https://packer.io) is way to initialize a new cloud system with an operating system and software and files pre-installed. This is an oversimplified explanation but will suffice for our current needs. -Before packer images, we launched Bubbles onto "blank" Ubuntu 20.04 systems and then did +Before packer images, we launched Bubbles onto "blank" Ubuntu systems and then did tons of installation and configuration. It took 20+ minutes to launch a new Bubble. -We decided we could do better. Packer allows us to create Ubuntu 20.04 images that already have +We decided we could do better. Packer allows us to create Ubuntu images that already have PostgreSQL, Redis and nginx installed and configured, and lots more. Launching a Bubble is now faster (usually 10 minutes or less) because all the standard software