https://github.com/dtrudg/vagrant-devboxes
Vagrant dev box scripts for Singularity work
https://github.com/dtrudg/vagrant-devboxes
Last synced: about 2 months ago
JSON representation
Vagrant dev box scripts for Singularity work
- Host: GitHub
- URL: https://github.com/dtrudg/vagrant-devboxes
- Owner: dtrudg
- Created: 2019-06-05T13:44:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T20:51:31.000Z (over 5 years ago)
- Last Synced: 2025-01-30T19:38:12.010Z (4 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-devboxes
Vagrantfiles and common scripts to quickly setup VMs for test purposes under multiple distributions:
- CentOS 6
- CentOS 7
- Debian 8
- Debian 9
- Ubuntu 14.04
- Ubuntu 16.04In each, it will install the release and development branches of Singularity, in
suid and no-suid forms, in separate prefixes under /vagrant/homeAlso mounts ~/Git on host into /Git, and installs my dotfiles for the vagrant user.
## Convenience Scripts
- **init_all.sh** Runs vagrant up, vagrant halt on each directory so that there are suspended VMs of each kind ready to go.
- **halt_all.sh** Runs vagrant halt on each directory to suspend all VMs.
- **destroy_all.sh ** Runs vagrant destroy on each directory to suspend all VMs.