How to use this box with Vagrant:

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

This version was created about 6 years ago.

Repo: chaifeng/bento-ubuntu-docker

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (389 MB)
  • vmware_fusion
    unknown Hosted by Vagrant Cloud (439 MB)