Sfoglia il codice sorgente

remove version

tags/v1.4.17^0
Jonathan Cobb 3 anni fa
parent
commit
3e2766da84
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      docs/packer.md

+ 2
- 2
docs/packer.md Vedi File

@@ -2,10 +2,10 @@
A [packer image](https://packer.io) is way to initialize a new cloud system with an operating system and 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. 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. 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. 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 Launching a Bubble is now faster (usually 10 minutes or less) because all the standard software


Caricamento…
Annulla
Salva