How to use this box with Vagrant:

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

This version was created over 8 years ago.

Update: Docker Engine to 1.11.0

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (579 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (681 MB)