Browse Source

update docs

tags/v1.4.17
Jonathan Cobb 4 years ago
parent
commit
f5668cc521
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      docs/activation.md
  2. +1
    -1
      docs/packer.md

+ 3
- 0
docs/activation.md View File

@@ -52,6 +52,9 @@ In the background, the Bubble launcher is building packer images for the compute
This process usually takes about 20 minutes but can take up to an hour, depending on how many compute clouds you have This process usually takes about 20 minutes but can take up to an hour, depending on how many compute clouds you have
and how fast the internet is. and how fast the internet is.


If you try to launch a Bubble before the required packer image is ready, your Bubble launcher will detect that the image
is in the process of being built, and wait until it is ready before trying to use them.

[Learn more about Packer images](packer.md). [Learn more about Packer images](packer.md).


## Sign In to Admin Account ## Sign In to Admin Account


+ 1
- 1
docs/packer.md View File

@@ -28,7 +28,7 @@ To set the Launch Type: on the Bubble launch screen, click the "Launch with Adva
When using the API, set the `launchType` property in the JSON request that creates the Bubble. When using the API, set the `launchType` property in the JSON request that creates the Bubble.


## Launching a Bubble while Packer Images are Building ## Launching a Bubble while Packer Images are Building
If you try to launch a Bubble before the required packer image is ready, your Bubble launch will detect that the image
If you try to launch a Bubble before the required packer image is ready, your Bubble launcher will detect that the image
is in the process of being built, and wait until it is ready before trying to use them. is in the process of being built, and wait until it is ready before trying to use them.


## Image Validity ## Image Validity


Loading…
Cancel
Save