Created
          March 14, 2022 17:18 
        
      - 
      
- 
        Save smijar/c787550e16531375a24132f10e60dd28 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # default name of box is 'default' | |
| # to change this use: | |
| # specify the name by defining inside the VagrantFile and | |
| # also specify the hostname so i enjoy seeing the name of my project while executing Linux commands independently from my device's OS. ✌️ | |
| config.vm.define "abc" | |
| config.vm.hostname = "abc" | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment