How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jouryjc0409/x86-centos7-docker"
config.vm.box_version = "1.0.0"
end
vagrant init jouryjc0409/x86-centos7-docker \
--box-version 1.0.0
vagrant up
This version was created over 1 year ago.
x86 架构下集成了 docker 的 centos7 环境