https://github.com/docwhat/for-rajesh
https://github.com/docwhat/for-rajesh
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/docwhat/for-rajesh
- Owner: docwhat
- Created: 2021-02-19T17:50:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T17:51:37.000Z (over 5 years ago)
- Last Synced: 2025-04-10T23:44:31.344Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# For Rajesh
> A demo showing two VirtualBox VMs being created and then showing that they are networked.
[](https://asciinema.org/a/392486)
## Requirements
- [VirtualBox](https://www.virtualbox.org) by Oracle
- [Vagrant](https://www.vagrantup.com) by Hashicorp
## Recording
The recording was made using
```sh
asciinema rec \
--overwrite \
--command "$SHELL -l" \
--idle-time-limit 1 \
--title "demo: networking two vbox vms" \
/tmp/demo.cast
```