How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "dds/centos7-ashell"
  config.vm.box_version = "20180321.0.0"
end
vagrant init dds/centos7-ashell \
  --box-version 20180321.0.0
vagrant up

This version was created over 5 years ago.

Removed /vm directory so we can mount ashell to /var/data/cust/ashell and create a symlink to /vm

1 provider for this version.
  • vmware_desktop
    unknown Externally hosted (ddsdownloads.s3.amazonaws.com)