How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "fnichol/openbsd-6.8"
  config.vm.box_version = "20220421.1653.0"
end
vagrant init fnichol/openbsd-6.8 \
  --box-version 20220421.1653.0
vagrant up

This version was created over 1 year ago.

A minimal OpenBSD 6.8 image. OpenBSD is a security-focused, free and open-source, Unix-like operating system based on the Berkeley Software Distribution (BSD).

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (630 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (641 MB)