How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "chaifeng/debian-9.6-docker-18.09"
  config.vm.box_version = "201812.27.0"
end
vagrant init chaifeng/debian-9.6-docker-18.09 \
  --box-version 201812.27.0
vagrant up

This version was created over 4 years ago.

Repo: chaifeng/bento-ubuntu-docker

2 providers for this version.
  • vmware_fusion Hosted by Vagrant Cloud (505 MB)

  • virtualbox Hosted by Vagrant Cloud (466 MB)