How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "rjet/vyos"
  config.vm.box_version = "1.3.202002050217"
end
vagrant init rjet/vyos \
  --box-version 1.3.202002050217
vagrant up

This version was created over 3 years ago.

vyos-1.3-rolling-202002050217-amd64

You must disable the shared folder as there are no guest additions:

set vm.synced_folder ".", "/vagrant", disabled: true 
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (388 MB)