How to use this box with Vagrant:

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

This version was created over 3 years ago.

Version 1.0.2

1 provider for this version.
  • virtualbox Hosted by Vagrant Cloud (420 MB)