Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saurabh221089/vagrant_rockylinux9
This repo is for creating a Vagrant box for RockyLinux9 in VirtualBox using Vagrant tool
https://github.com/saurabh221089/vagrant_rockylinux9
Last synced: 17 days ago
JSON representation
This repo is for creating a Vagrant box for RockyLinux9 in VirtualBox using Vagrant tool
- Host: GitHub
- URL: https://github.com/saurabh221089/vagrant_rockylinux9
- Owner: saurabh221089
- Created: 2024-08-01T06:18:04.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-01T06:33:59.000Z (6 months ago)
- Last Synced: 2024-11-08T18:12:30.231Z (2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant_rockylinux9
This repo is for creating a Vagrant box for RockyLinux9 in VirtualBox using Vagrant tool```
$ vagrant init rockylinux/9 (It will create a Vagrantfile for rockylinux/9 vagrant box)$ vagrant init (It will consume the Vagrantfile and initiate the .vagrant directory structure)
$ vagrant validate
Vagrantfile validated successfully.$ vagrant up
$ vagrant provision
==> default: Running provisioner: shell...
default: Running: inline script
default: Last metadata expiration check: 0:36:06 ago on Wed 26 Jun 2024 04:56:33 PM UTC.
default: Dependencies resolved.
default: Nothing to do.
default: Complete!$ vagrant ssh
$ vagrant package --output=rockylinux9.box
==> default: Attempting graceful shutdown of VM...
==> default: Clearing any previously set forwarded ports...
==> default: Exporting VM...
==> default: Compressing package to: /mnt/c/projects/vagrant-test/rockylinux9.box$ vagrant destroy
$ vagrant global-status
$ vagrant global-status --prune
$ vagrant box list (List all the Vagrant boxes & their versions downloaded on your local)
```