How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "williamyeh/debian-jessie64-docker"
  config.vm.box_version = "1.6.0.1"
end
vagrant init williamyeh/debian-jessie64-docker \
  --box-version 1.6.0.1
vagrant up

This version was created over 9 years ago.

Complete the migration to Debian 8 ("Jessie"):

  • change box to "debian/jessie64".
  • change cAdvisor startup conf to systemd.
1 provider for this version.
  • virtualbox
    unknown Externally hosted (github.com)