How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "jdeathe/centos-7-x86_64-minimal-en_us"
  config.vm.box_version = "7.3.0"
end
vagrant init jdeathe/centos-7-x86_64-minimal-en_us \
  --box-version 7.3.0
vagrant up

This version was created almost 7 years ago.

CentOS-7 (1611) x86_64 Minimal Base Box

Source Details

  • Source ISO: CentOS-7-x86_64-Minimal-1611.iso
  • Boxfile SHA1 Checksum: cb19d0df109c63c3f8938a31aa6ec343d67f5fa8
  • Source
  • Release notes

Virtual Guest Details

  • Provider: VirtualBox only.
  • GuestAdditions: No.
  • Vagrant synced_folder: Disabled.
  • Storage: SATA, 40GB, sparse.
  • SELinux: permissive.
  • Locale: Limited to en_US.
  • Root account: Locked.
  • Password authentication: No (SSH public key only).
1 provider for this version.
  • virtualbox
    unknown Externally hosted (github.com)