How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "chaifeng/ubuntu-16.04-docker-18.03"
  config.vm.box_version = "201806.08.0"
end
vagrant init chaifeng/ubuntu-16.04-docker-18.03 \
  --box-version 201806.08.0
vagrant up

This version was created almost 5 years ago.

Repo: chaifeng/bento-ubuntu-docker

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

  • virtualbox Hosted by Vagrant Cloud (447 MB)