Add a status report about the work I did to create FreeBSD Vagrant machines
Reviewed by: bjk
This commit is contained in:
parent
6106b3b42a
commit
25696de826
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46145
1 changed files with 36 additions and 0 deletions
|
@ -232,4 +232,40 @@
|
|||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='misc'>
|
||||
<title>Creating Vagrant images with Packer</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Brad</given>
|
||||
<common>Davis</common>
|
||||
</name>
|
||||
<email>brd@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://blogs.freebsdish.org/brd/2014/12/22/freebsd-packer-vagrant/">Blog Announcement</url>
|
||||
<url href="https://github.com/so14k/packer-freebsd">Git Repo</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>We have developed a recipe to use Packer to create FreeBSD Vagrant
|
||||
images.</p>
|
||||
|
||||
<p><a href="https://www.packer.io/">Packer</a> is a tool for creating
|
||||
identical machine images for multiple platforms from a single
|
||||
source configuration.</p>
|
||||
|
||||
<p><a href="https://www.vagrantup.com/">Vagrant</a> is a tool to
|
||||
create and configure lightweight, reproducible, and portable
|
||||
development environments.</p>
|
||||
|
||||
<p>To get started clone the Git repo and follow the directions in
|
||||
the README. More information is available from the Packer and
|
||||
Vagrant websites.</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue