Github user merrimanr commented on the issue:

    https://github.com/apache/incubator-metron/pull/393
  
    The step that starts the machine is in "Setup":
    
    cd $METRON_DOCKER_HOME && ./scripts/create-docker-machine.sh
    
    After you run that the machine will be created and running.  To start a 
stopped machine you can either go into the VirtualBox application and start it 
that way or you can run:
    
    $ docker-machine start metron-machine
    
    Or you could start over too.  Somehow you got into a bad state because your 
machine is not running.  That is your problem.  Maybe you are trying to do this 
a couple days after you initially built the environment and the machine went 
down between then and now?  If you want to start over, run this to remove the 
current metron-machine:
    
    $ docker-machine rm metron-machine


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to