How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "stackinabox/opdk"
  config.vm.box_version = "0.9.3"
end
vagrant init stackinabox/opdk \
  --box-version 0.9.3
vagrant up

This version was created almost 8 years ago.

Updates:

  • Now supports running Docker on the nova LXD instances
  • Docker networking issues now resolved

See the documentation at stackinabox.io

1 provider for this version.
  • virtualbox
    unknown Externally hosted (artifacts.stackinabox.io)