AdultChain
11/19/2018 - 9:18 AM

The above shows information about all known Vagrant environments on this machine. This data is cached and may not be completely up-to-date.

The above shows information about all known Vagrant environments on this machine. This data is cached and may not be completely up-to-date. To interact with any of the machines, you can go to that directory and run Vagrant, or you can use the ID dire

#!/bin/bash
vagrant global-status

<< ////
id       name    provider   state    directory                                                         
-------------------------------------------------------------------------------------------------------
fe027d9  default virtualbox running  /media/hyperion/16af2415-a165-4a68-8dbe-4e17085a956e/macos-sierra 
31e1a2c  default virtualbox stopping /home/hyperion/Downloads/boxes/osx10.13                           
fde8d8f  default virtualbox paused   /home/hyperion/Downloads/boxes/macos-10.13                        
 
The above shows information about all known Vagrant environments
on this machine. This data is cached and may not be completely
up-to-date. To interact with any of the machines, you can go to
that directory and run Vagrant, or you can use the ID directly
with Vagrant commands from any directory. For example:
"vagrant destroy 1a2b3c4d"
////