add continuation links to getting started docs

pull/7188/head
Megan Marsh 7 years ago
parent 19cbb9cb24
commit b144be5e66

@ -109,7 +109,7 @@ Next, let's build the image from this template.
An astute reader may notice that we said earlier we'd be building an image with
Redis pre-installed, and yet the template we made doesn't reference Redis
anywhere. In fact, this part of the documentation will only cover making a first
basic, non-provisioned image. The next section on provisioning will cover
basic, non-provisioned image. The [next section on provisioning](./provision.html) will cover
installing Redis.
## Your First Image
@ -638,4 +638,6 @@ For Windows 2016:
The bootstrapping and sample provisioning should work the same across all
Windows server versions.
[Continue to provisioning an image](./provision.html)
[platforms]: /docs/builders/index.html

@ -130,3 +130,5 @@ On *Arch* Linux there is a package named `packer` in the main
repository and in the AUR. The package `packer` in the AUR is an old
name for a package management tool for Arch, it's not Hashicorp
Packer.
[Continue to building an image](./build-image.html)

@ -172,3 +172,5 @@ executed when you execute the command.
At the end of the build, Packer outputs both of the artifacts created (an AMI
and a DigitalOcean snapshot). Both images created are bare bones Ubuntu
installations with Redis pre-installed.
[Continue to Vagrant boxes](./vagrant.html)

@ -101,3 +101,5 @@ saves tons of time later as you launch these images since everything is
pre-installed. Additionally, since everything is pre-installed, you can test the
images as they're built and know that when they go into production, they'll be
functional.
[Continue to parallel builds](./parallel-builds.html)

@ -76,3 +76,5 @@ resources of the artifact are also removed. For example, when building a VMware
image, if you turn it into a Vagrant box, the files of the VMware image will be
deleted since they were compressed into the Vagrant box. With creating AWS
images, however, the AMI is kept around, since Vagrant needs it to function.
[Continue to Next Steps](./next.html)

Loading…
Cancel
Save