How to use this box with Vagrant:

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

This version was created about 10 years ago.

CoreOS

$ vagrant init yungsang/coreos
$ vagrant up

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

1 provider for this version.
  • virtualbox
    unknown Externally hosted (github.com)