How to use this box with Vagrant:

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

This version was created over 3 years 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 (577 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (589 MB)