How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "yungsang/coreos"
  config.vm.box_version = "0.8.5"
end
vagrant init yungsang/coreos \
  --box-version 0.8.5
vagrant up

This version was created about 10 years ago.

CoreOS

Cf.) https://github.com/YungSang/coreos-packer
Cf.) https://github.com/YungSang/coreos-cluster

For VirtualBox

$ vagrant init yungsang/coreos
$ vagrant up

For Parallels

$ vagrant plugin install vagrant-parallels
$ vagrant init yungsang/coreos
$ vagrant up --provider parallels
2 providers for this version.
  • parallels
    unknown Externally hosted (github.com)
  • virtualbox
    unknown Externally hosted (github.com)