瀏覽代碼

remove version

tags/v1.4.17^0
Jonathan Cobb 3 年之前
父節點
當前提交
3e2766da84
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      docs/packer.md

+ 2
- 2
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


Loading…
取消
儲存