How to use this box with Vagrant:

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

This version was created over 9 years ago.

Initial version

3 providers for this version.
  • libvirt
    unknown Externally hosted (cbs.centos.org)
  • virtualbox
    unknown Externally hosted (cbs.centos.org)
  • vmware_desktop
    unknown Externally hosted (cbs.centos.org)