How to use this box with Vagrant:

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

This version was created over 2 years ago.

Repo: chaifeng/bento-ubuntu-docker

2 providers for this version.
  • vmware_desktop Hosted by Vagrant Cloud (647 MB)

  • virtualbox Hosted by Vagrant Cloud (602 MB)