Skip to content

Commit

Permalink
Add prereq note about unsupported environments:
Browse files Browse the repository at this point in the history
Air gapped and proxied environments are not supported.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Oct 31, 2023
1 parent 5d95970 commit f993f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/quickstarts/VAGRANTLVIRT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This option will also create a VM and provision an OS onto it.
- [Vagrant](https://www.vagrantup.com/downloads) is installed
- [Libvirt](https://ubuntu.com/server/docs/virtualization-libvirt) is installed
- Vagrant Libvirt plugin is installed: `vagrant plugin install vagrant-libvirt`
- A connection to the public internet (air gapped and proxied environments are not supported)

## Steps

Expand Down
1 change: 1 addition & 0 deletions docs/quickstarts/VAGRANTVBOX.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This option will also create a VM and provision an OS onto it.

- [Vagrant](https://www.vagrantup.com/downloads) is installed
- [VirtualBox](https://www.virtualbox.org/) is installed
- A connection to the public internet (air gapped and proxied environments are not supported)

## Steps

Expand Down

0 comments on commit f993f8a

Please sign in to comment.